summaryrefslogtreecommitdiffstats
path: root/include/quilt.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-09-20 16:17:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-09-20 16:17:50 +0000
commite554dafa937397d8a0c5894effa1d1c8dc7868d7 (patch)
treeeb8eee69f9095e59a562a6a44a4a30314ae07e47 /include/quilt.mk
parentc538ef98994a73603e98fa77ad86fb4e55f906d9 (diff)
downloadmaster-31e0f0ae-e554dafa937397d8a0c5894effa1d1c8dc7868d7.tar.gz
master-31e0f0ae-e554dafa937397d8a0c5894effa1d1c8dc7868d7.tar.bz2
master-31e0f0ae-e554dafa937397d8a0c5894effa1d1c8dc7868d7.zip
fix spontaneous rebuilds caused by make package/<name>/update with quilt
SVN-Revision: 8879
Diffstat (limited to 'include/quilt.mk')
-rw-r--r--include/quilt.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/quilt.mk b/include/quilt.mk
index a2cbdf9eeb..a7aac91c06 100644
--- a/include/quilt.mk
+++ b/include/quilt.mk
@@ -26,7 +26,6 @@ endef
QUILT?=$(strip $(shell test -f $(PKG_BUILD_DIR)/.quilt_used && echo y))
ifneq ($(QUILT),)
- STAMP_PREPARED:=$(strip $(STAMP_PREPARED))_q
STAMP_PATCHED:=$(PKG_BUILD_DIR)/.quilt_patched
override CONFIG_AUTOREBUILD=
define Build/Patch/Default