remove stale reference to package/rules.mk - not that useful in the dependency handli...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 22 Jun 2006 01:00:13 +0000 (01:00 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 22 Jun 2006 01:00:13 +0000 (01:00 +0000)
SVN-Revision: 4049

openwrt/include/package.mk

index 9b863074f91f232e1101119410849db505260a95..cf8756ea63ecb58811947b07509099222913702c 100644 (file)
@@ -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