diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-27 15:10:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-27 15:10:45 +0000 |
commit | 7603183a87b0144cbcfde662aec90520ab94958e (patch) | |
tree | dfe60f3393bc42b512c1fd7cbdbf26791486ce92 /Makefile | |
parent | 5ef9e52b8e370677df4fbe69b94c5cfd59bb5a8a (diff) |
- put dependency checking right to the start where any later stages can rely on the being ok.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: dirs target-host-info $(TARGETS) +world: dependencies dirs target-host-info $(TARGETS) .PHONY: all world dirs clean dirclean distclean source target-host-info \ |