projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c1cb3
)
remove stale reference to package/rules.mk - not that useful in the dependency handli...
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 22 Jun 2006 01:00:13 +0000
(
01:00
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 22 Jun 2006 01:00:13 +0000
(
01:00
+0000)
SVN-Revision: 4049
openwrt/include/package.mk
patch
|
blob
|
history
diff --git
a/openwrt/include/package.mk
b/openwrt/include/package.mk
index 9b863074f91f232e1101119410849db505260a95..cf8756ea63ecb58811947b07509099222913702c 100644
(file)
--- 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