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 | 5675353c3ab1c203710b72ddf969dcbdef774f2c (patch) | |
tree | 9dcc5c01dad29cb19afa359ffca3667cf399d5e8 /include | |
parent | 3236b075a49bd704c032d06e5208ab1b338a8f70 (diff) | |
download | upstream-5675353c3ab1c203710b72ddf969dcbdef774f2c.tar.gz upstream-5675353c3ab1c203710b72ddf969dcbdef774f2c.tar.bz2 upstream-5675353c3ab1c203710b72ddf969dcbdef774f2c.zip |
clean up some leftover junk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7959 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-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 86008e2f14..2e7941eaed 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 |