]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - lfs/file
Merge branch 'ssp'
[ipfire-3.x.git] / lfs / file
index 0be34ce3143a059be917c356d04593fa5d4847e7..64ebe3a772172d07c5aabcff3f15d44eefed007a 100644 (file)
--- a/lfs/file
+++ b/lfs/file
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = file
-VER        = 4.21
+VER        = 4.24
 
 THISAPP    = $(PKG_NAME)-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -41,20 +41,20 @@ objects = $(DL_FILE)
 
 install : $(TARGET)
 
-download : $(patsubst %,$(DIR_DL)/%,$(objects))
+download : $(objects)
 
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
+$(objects) :
        @$(LOAD)
 
 ###############################################################################
 # Installation Details
 ###############################################################################
 
-$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
+$(TARGET) : 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr --disable-static
-       cd $(DIR_APP) && make -j $(PARALLELISM)
+       cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)