diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-09 22:44:15 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-02-09 22:44:15 +0100 |
| commit | a05c337de5d86f9494fdc6a950e5121256de6ba3 (patch) | |
| tree | 52d922bc6aaa988e667d776a9f4520885aa62b91 | |
| parent | f0bdacdb5b8fe0fbc276ed510fc58e9a219f5cf8 (diff) | |
| download | buildroot-novena-a05c337de5d86f9494fdc6a950e5121256de6ba3.tar.gz buildroot-novena-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>
| -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) |
