diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-22 01:00:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-22 01:00:13 +0000 |
commit | 373a64d3f784fff0f816d77d68ca0f3abfc16fa8 (patch) | |
tree | 1c93b394bf684a8bd24614af77258d4065a67b88 /openwrt/include/package.mk | |
parent | 03c1cb3444dcfe4bcc8df3f7eead9ba681324055 (diff) | |
download | mtk-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.mk | 2 |
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 |