From 8d583fc01a44c04c1872b2c6144a221df30ee78d Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 30 Jan 2007 00:58:18 +0000 Subject: - generalize the menuconfig linux kernel support - simplify toplevel mkdir rules a tiny bit --- Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fb1716638..7a0253b5b 100644 --- a/Makefile +++ b/Makefile @@ -88,14 +88,8 @@ dirs: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) # dependencies anywhere else # ############################################################# -$(DL_DIR): - @mkdir -p $(DL_DIR) - -$(BUILD_DIR): - @mkdir -p $(BUILD_DIR) - -$(TOOL_BUILD_DIR): - @mkdir -p $(TOOL_BUILD_DIR) +$(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR): + @mkdir -p $@ $(STAGING_DIR): @mkdir -p $(STAGING_DIR)/lib -- cgit v1.2.3-55-g7522