From: Eric Andersen Date: Wed, 12 Feb 2003 09:59:22 +0000 (-0000) Subject: Update makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de2ae8dcf37d6a6c62da6abb4c750b1db6803269;p=buildroot.git Update makefile --- diff --git a/Makefile b/Makefile index 643b5e19e4..03b5c785bc 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,9 @@ $(BUILD_DIR): $(STAGING_DIR): rm -rf $(STAGING_DIR) - mkdir $(STAGING_DIR) + mkdir -p $(STAGING_DIR)/lib + mkdir -p $(STAGING_DIR)/usr/lib + mkdir -p $(STAGING_DIR)/include $(TARGET_DIR): rm -rf $(TARGET_DIR)