From a05c337de5d86f9494fdc6a950e5121256de6ba3 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 9 Feb 2010 22:44:15 +0100 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3-55-g7522