- explicitely list base targets for World

2012.11.x
Bernhard Reutner-Fischer 2007-07-27 15:29:12 +00:00
parent 7603183a87
commit 69d692e4ae
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ $(TARGETS): $(BASE_TARGETS)
dirs: $(DL_DIR) $(TOOL_BUILD_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) \
$(BINARIES_DIR) $(PROJECT_BUILD_DIR)
$(BASE_TARGETS): dirs
world: dependencies dirs target-host-info $(TARGETS)
world: dependencies dirs target-host-info $(BASE_TARGETS) $(TARGETS)
.PHONY: all world dirs clean dirclean distclean source target-host-info \