diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 15:43:51 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-17 15:43:51 +0000 |
commit | 6e2823c1fa3c470da2a14f0f9aa985d71c9ffb90 (patch) | |
tree | 4ceda86e35164f60eb7bf90bacb7d19e2adcd04a /Makefile | |
parent | b9cc4a53a52b8318e10615e8ceef60efab85fae0 (diff) |
- add and use BR2_BZCAT config option.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,8 +75,8 @@ TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS)) TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS)) TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS)) +world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TARGETS) dirs: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) -world: dirs $(TARGET_DIR) $(TARGETS) .PHONY: all world dirs clean dirclean distclean source $(TARGETS) \ $(TARGETS_CLEAN) $(TARGETS_DIRCLEAN) $(TARGETS_SOURCE) \ |