From 373a64d3f784fff0f816d77d68ca0f3abfc16fa8 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Thu, 22 Jun 2006 01:00:13 +0000
Subject: [PATCH] remove stale reference to package/rules.mk - not that useful
 in the dependency handling anyway

SVN-Revision: 4049
---
 openwrt/include/package.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab