From: Thomas Petazzoni Date: Tue, 9 Feb 2010 21:44:15 +0000 (+0100) Subject: Create $(STAGING_DIR)/usr/bin unconditionnally X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a05c337de5d86f9494fdc6a950e5121256de6ba3;p=buildroot.git 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 --- diff --git a/Makefile b/Makefile index a0c18ba7c1..76eeddb919 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)