remove stale reference to package/rules.mk - not that useful in the dependency handling anyway
SVN-Revision: 4049
This commit is contained in:
parent
03c1cb3444
commit
373a64d3f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue