projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
332fe44
)
fix up dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 18 Apr 2007 17:09:34 +0000
(17:09 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 18 Apr 2007 17:09:34 +0000
(17:09 +0000)
SVN-Revision: 7002
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 8c5f699d321134f03159219ded77a92f97f58d69..9c315549e5d2f9c42443e6795470db5b37703a27 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-40,7
+40,9
@@
$(STAGING_DIR)/include-host:
$(TOOL_BUILD_DIR):
@mkdir -p $@
-$(eval $(call default_subtargets,$(STAGING_DIR)/include-host $(TOOL_BUILD_DIR)))
+$(TARGETS_COMPILE) $(TARGETS_INSTALL): $(STAGING_DIR)/include-host $(TOOL_BUILD_DIR)
+
+$(eval $(call default_subtargets,))
ifeq ($(MAKECMDGOALS),install-targets)
MAKEFLAGS:=$(MAKEFLAGS) -j$(CONFIG_JLEVEL)