summaryrefslogtreecommitdiff
path: root/openwrt/include/package.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-22 01:00:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-22 01:00:13 +0000
commit373a64d3f784fff0f816d77d68ca0f3abfc16fa8 (patch)
tree1c93b394bf684a8bd24614af77258d4065a67b88 /openwrt/include/package.mk
parent03c1cb3444dcfe4bcc8df3f7eead9ba681324055 (diff)
downloadmtk-20170518-373a64d3f784fff0f816d77d68ca0f3abfc16fa8.zip
mtk-20170518-373a64d3f784fff0f816d77d68ca0f3abfc16fa8.tar.gz
mtk-20170518-373a64d3f784fff0f816d77d68ca0f3abfc16fa8.tar.bz2
remove stale reference to package/rules.mk - not that useful in the dependency handling anyway
SVN-Revision: 4049
Diffstat (limited to 'openwrt/include/package.mk')
-rw-r--r--openwrt/include/package.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index 9b86307..cf8756e 100644
--- a/openwrt/include/package.mk
+++ b/openwrt/include/package.mk
@@ -6,7 +6,7 @@ endif
define Build/DefaultTargets
ifeq ($(DUMP),)
- ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) . $(TOPDIR)/package/rules.mk),$(PKG_BUILD_DIR))
+ ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) .),$(PKG_BUILD_DIR))
ifeq ($(CONFIG_AUTOREBUILD),y)
$(PKG_BUILD_DIR)/.prepared: package-clean
endif