]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/texinfo
Move toolchain from /tools to /tools_${arch}
[ipfire-2.x.git] / lfs / texinfo
index 95e244a5260f9724bed7e01d04dedf3bb1ddd187..8927156449752be561b8a6f54ee222d40e8e8540 100644 (file)
@@ -31,14 +31,14 @@ DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/texinfo-6.3
 
-# Normal build or /tools build.
+# Normal build or $(TOOLS_DIR) build.
 #
 ifeq "$(ROOT)" ""
   TARGET = $(DIR_INFO)/$(THISAPP)
   EXTRA_CONFIG = --prefix=/usr
 else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
-  EXTRA_CONFIG = --prefix=/tools
+  EXTRA_CONFIG = --prefix=$(TOOLS_DIR)
 endif
 
 ###############################################################################