From: nbd Date: Tue, 22 Apr 2008 20:30:55 +0000 (+0000) Subject: make sure the toolchain target dir really exists X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=add5d6ec82704eed13c26f7b90074f72c7d1ed62;hp=263af2cd582c91c6d80c1a1820baef0d2c2fc1bd make sure the toolchain target dir really exists git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10913 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 875c37582..ef5ab22d0 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