]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/coreutils
cmake: Update to 3.11.2
[ipfire-2.x.git] / lfs / coreutils
index 904bd2bdf16ec65851805cc3c682ed70cdd3fcc9..26482aa0f5c81524ad7085544ac76c59eb505e8b 100644 (file)
@@ -35,13 +35,12 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 #
 ifeq "$(ROOT)" ""
   TARGET = $(DIR_INFO)/$(THISAPP)
-  CONFIGURE_OPTIONS = --prefix=/usr
 else
   TARGET = $(DIR_INFO)/$(THISAPP)-tools
-  CONFIGURE_OPTIONS = --prefix=$(TOOLS_DIR)
 endif
 
 CONFIGURE_OPTIONS += \
+       --prefix=$(PREFIX) \
        --enable-largefile \
        --disable-rpath \
        --enable-install-program=arch \