diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-13 08:33:20 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-13 08:33:20 +0000 |
commit | 84027d8d76e0007661d2e0111ee98d10269de59d (patch) | |
tree | eb3d4b8d9c8a9bc22fd7cd7d66da670b264d5f6a | |
parent | 942fdf034b2f2e1977575acf88149921c6f301a6 (diff) | |
download | mtk-20170518-84027d8d76e0007661d2e0111ee98d10269de59d.zip mtk-20170518-84027d8d76e0007661d2e0111ee98d10269de59d.tar.gz mtk-20170518-84027d8d76e0007661d2e0111ee98d10269de59d.tar.bz2 |
clean up some leftover junk
SVN-Revision: 7959
-rw-r--r-- | include/quilt.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk index 86008e2..2e7941e 100644 --- a/include/quilt.mk +++ b/include/quilt.mk @@ -25,7 +25,6 @@ ifneq ($(QUILT),) STAMP_PREPARED:=$(strip $(STAMP_PREPARED))_q STAMP_PATCHED:=$(PKG_BUILD_DIR)/.quilt_patched override CONFIG_AUTOREBUILD= - PATCHES:=$(shell ) define Build/Patch/Default rm -rf $(PKG_BUILD_DIR)/patches mkdir -p $(PKG_BUILD_DIR)/patches |