summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2010-02-09 22:44:15 +0100
committerThomas Petazzoni2010-02-09 22:44:15 +0100
commita05c337de5d86f9494fdc6a950e5121256de6ba3 (patch)
tree52d922bc6aaa988e667d776a9f4520885aa62b91 /Makefile
parentupdate for 2010.02-rc1 (diff)
downloadbuildroot-a05c337de5d86f9494fdc6a950e5121256de6ba3.tar.gz
buildroot-a05c337de5d86f9494fdc6a950e5121256de6ba3.tar.xz
buildroot-a05c337de5d86f9494fdc6a950e5121256de6ba3.zip
Create $(STAGING_DIR)/usr/bin unconditionnally
This fixes the build of libcap, with external toolchain, when it is the first package being built. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0c18ba7c..76eeddb91 100644
--- a/Makefile
+++ b/Makefile
@@ -371,6 +371,7 @@ ifneq ($(BR2_TOOLCHAIN_EXTERNAL),y)
endif
endif
@mkdir -p $(STAGING_DIR)/usr/include
+ @mkdir -p $(STAGING_DIR)/usr/bin
$(BUILD_DIR)/.root:
mkdir -p $(TARGET_DIR)