]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/dejagnu
Move toolchain from /tools to /tools_${arch}
[ipfire-2.x.git] / lfs / dejagnu
index b5105652beb35ecb48f530fe3e0b8b971ec7e690..3623c9b99c75fbbbf157a9cff2f87261faeeb650 100644 (file)
@@ -70,7 +70,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/tools --disable-nls
+       cd $(DIR_APP) && ./configure --prefix=$(TOOLS_DIR) --disable-nls
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)