fix up dependencies

SVN-Revision: 7002
This commit is contained in:
Felix Fietkau 2007-04-18 17:09:34 +00:00
parent 332fe44ed2
commit 532654e3c6
1 changed files with 3 additions and 1 deletions

View File

@ -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)