From bf9e9b6a9164a4085ec1dd4f5b47e0b0eb3b80b5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 11 Dec 2010 03:15:10 +0000 Subject: rework aclocal handling, packages have issues writing through the symlink so keep the host aclocal as include path for now SVN-Revision: 24474 --- tools/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 91f52ff29a..7f22591dcc 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