]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/make
Move toolchain from /tools to /tools_${arch}
[people/pmueller/ipfire-2.x.git] / lfs / make
index 213ef9ae7687b1949991a0ed87f291107a915104..979357eca3ef95059ce45f89c2bcfd77ca0158e7 100644 (file)
--- a/lfs/make
+++ b/lfs/make
@@ -35,7 +35,7 @@ PAK_VER    = 4
 
 DEPS       = ""
 
-# Normal build or /tools build.
+# Normal build or $(TOOLS_DIR) build.
 #
 ifeq "$(ROOT)" ""
   TARGET = $(DIR_INFO)/$(THISAPP)
@@ -44,7 +44,7 @@ ifeq "$(ROOT)" ""
   EXTRA_INSTALL =
 else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
-  EXTRA_CONFIG = --prefix=/tools --disable-nls
+  EXTRA_CONFIG = --prefix=$(TOOLS_DIR) --disable-nls
   EXTRA_MAKE = 
   EXTRA_INSTALL = 
 endif