X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmake;h=979357eca3ef95059ce45f89c2bcfd77ca0158e7;hb=6c4cc7ea1bcb58c586ae64ae6f76720b6b89bda4;hp=213ef9ae7687b1949991a0ed87f291107a915104;hpb=f1effdf75849c86828765adce612508e472af442;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/make b/lfs/make index 213ef9ae76..979357eca3 100644 --- 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