summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author"Steven J. Hill"2007-05-07 05:56:47 +0200
committer"Steven J. Hill"2007-05-07 05:56:47 +0200
commit9c865d752e4bdad380bdec75088841ab693602cb (patch)
treefabe20dc48bbcbb100b8d0cee2229d09e62e507a /Makefile
parentversion bump (diff)
downloadbuildroot-9c865d752e4bdad380bdec75088841ab693602cb.tar.gz
buildroot-9c865d752e4bdad380bdec75088841ab693602cb.tar.xz
buildroot-9c865d752e4bdad380bdec75088841ab693602cb.zip
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