summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2003-02-12 10:59:22 +0100
committerEric Andersen2003-02-12 10:59:22 +0100
commitde2ae8dcf37d6a6c62da6abb4c750b1db6803269 (patch)
treeed48db83c6ac3937a27d0ce570ccc92c529f11d1 /Makefile
parentfix URLs (diff)
downloadbuildroot-de2ae8dcf37d6a6c62da6abb4c750b1db6803269.tar.gz
buildroot-de2ae8dcf37d6a6c62da6abb4c750b1db6803269.tar.xz
buildroot-de2ae8dcf37d6a6c62da6abb4c750b1db6803269.zip
Update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 643b5e19e..03b5c785b 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)