From 3c83ea1835df0639edb872225daa706dba11f092 Mon Sep 17 00:00:00 2001 From: jow Date: Sat, 11 Dec 2010 03:15:10 +0000 Subject: [buildroot] rework aclocal handling, packages have issues writing through the symlink so keep the host aclocal as include path for now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24474 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index 91f52ff29..7f22591dc 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -65,9 +65,6 @@ endef # preparatory work $(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(STAGING_DIR_HOST)/.prepared $(call PrepareStaging,$(STAGING_DIR)) - mkdir -p $(STAGING_DIR)/host/share - rm -rf $(STAGING_DIR)/host/share/aclocal - ln -s $(STAGING_DIR_HOST)/share/aclocal $(STAGING_DIR)/host/share/ mkdir -p $(BUILD_DIR)/stamp touch $@ -- cgit v1.2.3