]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/htop
Zwischencommit fuer LFS.
[people/pmueller/ipfire-2.x.git] / lfs / htop
index 24cd5a896de26c658a9e99c502c6fce2d9bd012d..465a7bdf50ec996f725a5cc92c424d81525e95f1 100644 (file)
--- a/lfs/htop
+++ b/lfs/htop
@@ -52,9 +52,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-#dist: 
-#      make-packages.sh htop $(THISAPP)-ipfire-beta-1
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
@@ -76,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)