summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-02-12 09:59:22 +0000
committerEric Andersen <andersen@codepoet.org>2003-02-12 09:59:22 +0000
commitde2ae8dcf37d6a6c62da6abb4c750b1db6803269 (patch)
treeed48db83c6ac3937a27d0ce570ccc92c529f11d1 /Makefile
parent0e740cf577554729f232cb93ee3325579e162683 (diff)
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)