]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/flex
Move toolchain from /tools to /tools_${arch}
[people/pmueller/ipfire-2.x.git] / lfs / flex
index 4b1a75b098c5b890d95eec73e9d801ef9ca91931..f3cc095b99aee82c3122c38af88fdeb8db3d20d4 100644 (file)
--- a/lfs/flex
+++ b/lfs/flex
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && HELP2MAN=/tools/bin/true \
+       cd $(DIR_APP) && HELP2MAN=$(TOOLS_DIR)/bin/true \
                ./configure --prefix=/usr --disable-nls
        cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make $(EXTRA_INSTALL) install