aboutsummaryrefslogtreecommitdiffstats
path: root/include/package.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
commit8e682d617b86c10a4a897e5f9c41051f01456604 (patch)
tree283c951793a573bfb8b4a14bf918c71be4202e24 /include/package.mk
parent5ed0c7a3b1793d8b020cf5a49fc6c88040c7463e (diff)
downloadmaster-187ad058-8e682d617b86c10a4a897e5f9c41051f01456604.tar.gz
master-187ad058-8e682d617b86c10a4a897e5f9c41051f01456604.tar.bz2
master-187ad058-8e682d617b86c10a4a897e5f9c41051f01456604.zip
fix spontaneous rebuilds caused by make package/<name>/update with quilt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8879 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/package.mk')
-rw-r--r--include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk
index 591816b755..43d0663f60 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/host.mk
include $(INCLUDE_DIR)/unpack.mk
include $(INCLUDE_DIR)/depends.mk
-STAMP_PREPARED:=$(PKG_BUILD_DIR)/.prepared$(if $(DUMP),,_$(shell $(call find_md5,${CURDIR} $(PKG_FILE_DEPEND),)))
+STAMP_PREPARED=$(PKG_BUILD_DIR)/.prepared$(if $(QUILT)$(DUMP),,_$(shell $(call find_md5,${CURDIR} $(PKG_FILE_DEPEND),)))
STAMP_CONFIGURED:=$(PKG_BUILD_DIR)/.configured
STAMP_BUILT:=$(PKG_BUILD_DIR)/.built