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 | b20706188ea0e2ecf67525ffc1d2052098899234 (patch) | |
tree | b039f715ff75586c2d78fcc4e09ccb59307efddb /include | |
parent | d9fc41ff70fc4cf8294f3ab488d058c1ed967d78 (diff) | |
download | upstream-b20706188ea0e2ecf67525ffc1d2052098899234.tar.gz upstream-b20706188ea0e2ecf67525ffc1d2052098899234.tar.bz2 upstream-b20706188ea0e2ecf67525ffc1d2052098899234.zip |
remove stale reference to package/rules.mk - not that useful in the dependency handling anyway
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4049 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/package.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/package.mk b/include/package.mk index 9b863074f9..cf8756ea63 100644 --- a/include/package.mk +++ b/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 |