summaryrefslogtreecommitdiff
path: root/include/package.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-11-23 17:12:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-11-23 17:12:54 +0000
commit79fcadc146717e489c9ea626b6c2c8f95c1de8c6 (patch)
tree4892adc317951fecfe7360c7d363cb8fcc9368a1 /include/package.mk
parent0153a9bfea5204a4b72e0900ddcc97dfc244a27b (diff)
downloadmtk-20170518-79fcadc146717e489c9ea626b6c2c8f95c1de8c6.zip
mtk-20170518-79fcadc146717e489c9ea626b6c2c8f95c1de8c6.tar.gz
mtk-20170518-79fcadc146717e489c9ea626b6c2c8f95c1de8c6.tar.bz2
hostapd: fix rebuild checks (#6210)
SVN-Revision: 18497
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 4ee9d71..90aa51c 100644
--- a/include/package.mk
+++ b/include/package.mk
@@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/unpack.mk
include $(INCLUDE_DIR)/depends.mk
STAMP_PREPARED=$(PKG_BUILD_DIR)/.prepared$(if $(QUILT)$(DUMP),,_$(shell $(call find_md5,${CURDIR} $(PKG_FILE_DEPENDS),)))
-STAMP_CONFIGURED:=$(PKG_BUILD_DIR)/.configured$(if $(QUILT)$(DUMP),,_$(call confvar,$(PKG_CONFIG_DEPENDS)))
+STAMP_CONFIGURED:=$(PKG_BUILD_DIR)/.configured$(if $(DUMP),,_$(call confvar,$(PKG_CONFIG_DEPENDS)))
STAMP_BUILT:=$(PKG_BUILD_DIR)/.built
STAMP_INSTALLED:=$(STAGING_DIR)/stamp/.$(PKG_NAME)_installed