]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/libmng
Zwischencommit fuer LFS.
[people/pmueller/ipfire-2.x.git] / lfs / libmng
index 6a7a1f7ebf513cb4e91066bfd82f78a62dac2086..702a321cb8d9122ca16f0996cd867d44c114d24a 100644 (file)
@@ -72,11 +72,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && cp makefiles/makefile.linux Makefile && make
+       cd $(DIR_APP) && cp makefiles/makefile.linux Makefile
+       cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make prefix=/usr install
-       # cd $(DIR_APP) && install -v -m644 doc/man/*.3 /usr/share/man/man3
-       # cd $(DIR_APP) && install -v -m644 doc/man/*.5 /usr/share/man/man5
-       # cd $(DIR_APP) && install -v -m755 -d /usr/share/doc/libmng-1.0.9
-       # cd $(DIR_APP) && install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-1.0.9
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)