From: Felix Fietkau Date: Tue, 22 Apr 2008 20:30:55 +0000 (+0000) Subject: make sure the toolchain target dir really exists X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=372431d808c9b9ace64d0e75ad5bbddcf8848b70;ds=sidebyside make sure the toolchain target dir really exists SVN-Revision: 10913 --- diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 875c37582d..ef5ab22d0f 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -75,7 +75,7 @@ define Stage1/Install endef define Stage2/Configure - mkdir -p $(BUILD_DIR2) + mkdir -p $(BUILD_DIR2) $(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME) # Important! Required for limits.h to be fixed. rm -rf $(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)/sys-include ln -sf ../include $(TOOLCHAIN_DIR)/$(REAL_GNU_TARGET_NAME)/sys-include