diff options
author | Thomas Petazzoni | 2010-02-09 22:44:15 +0100 |
---|---|---|
committer | Thomas Petazzoni | 2010-02-09 22:44:15 +0100 |
commit | a05c337de5d86f9494fdc6a950e5121256de6ba3 (patch) | |
tree | 52d922bc6aaa988e667d776a9f4520885aa62b91 /Makefile | |
parent | update for 2010.02-rc1 (diff) | |
download | buildroot-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |