From: Felix Fietkau Date: Thu, 22 Jun 2006 01:00:13 +0000 (+0000) Subject: remove stale reference to package/rules.mk - not that useful in the dependency handli... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=373a64d3f784fff0f816d77d68ca0f3abfc16fa8;p=librecmc%2Flibrecmc.git remove stale reference to package/rules.mk - not that useful in the dependency handling anyway SVN-Revision: 4049 --- diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk index 9b863074f9..cf8756ea63 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