Skip to content
Snippets Groups Projects
Commit 48dcb640 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

make $(STAGING_DIR)/host/share/aclocal a symlink to $(STAGING_DIR_HOST)/share/aclocal

SVN-Revision: 24422
parent d9c68341
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,11 @@ define PrepareStaging
endef
# preparatory work
$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build
$(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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment