fix up dependencies
SVN-Revision: 7002
This commit is contained in:
parent
332fe44ed2
commit
532654e3c6
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue