summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-05-07 03:56:47 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-05-07 03:56:47 +0000
commit9c865d752e4bdad380bdec75088841ab693602cb (patch)
treefabe20dc48bbcbb100b8d0cee2229d09e62e507a /Makefile
parent3578ecfc96f02f826c2ad76215ec5f50f9a5852f (diff)
Create 'bin' directory in staging area.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f9776d90..12851444f 100644
--- a/Makefile
+++ b/Makefile
@@ -103,6 +103,7 @@ $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR):
@mkdir -p $@
$(STAGING_DIR):
+ @mkdir -p $(STAGING_DIR)/bin
@mkdir -p $(STAGING_DIR)/lib
@mkdir -p $(STAGING_DIR)/include
@mkdir -p $(STAGING_DIR)/usr