]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/gzip
Move toolchain from /tools to /tools_${arch}
[people/mfischer/ipfire-2.x.git] / lfs / gzip
index e61d78a8c6b33db20908320c6d635003e0d7aeca..12fae78e9436641a914540f7d5bd88a5750b53ff 100644 (file)
--- a/lfs/gzip
+++ b/lfs/gzip
@@ -31,14 +31,14 @@ DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
-# Normal build or /tools build.
+# Normal build or $(TOOLS_DIR) build.
 #
 ifeq "$(ROOT)" ""
   TARGET = $(DIR_INFO)/$(THISAPP)
   EXTRA_CONFIG = --prefix=/usr --disable-nls --bindir=/bin
 else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
-  EXTRA_CONFIG = --prefix=/tools --disable-nls
+  EXTRA_CONFIG = --prefix=$(TOOLS_DIR) --disable-nls
 endif
 
 ###############################################################################