]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fake-environ
Move toolchain from /tools to /tools_${arch}
[people/pmueller/ipfire-2.x.git] / lfs / fake-environ
index 978a90d9bc9c0db1e1250d514d07f9203ca237cf..7c8dd066401c326015ddcc0efeb6965df5efa3d0 100644 (file)
@@ -52,7 +52,7 @@ $(TARGET) :
        cp -rvf $(DIR_SRC)/src/$(THISAPP) $(DIR_APP)
 
        cd $(DIR_APP) && make install CFLAGS="$(CFLAGS)" \
-               TOOLS_DIR="/tools"
+               TOOLS_DIR="$(TOOLS_DIR)"
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)