X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2FCompress-Zlib;h=93eef1ad3e16e4bcc928698ec198eeb5ac684f0b;hb=481988c68d1380d918f42cb109a72c854826ffc7;hp=d0f34850f9c5d2b70016ebbc9e40edf25e86ae7f;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/Compress-Zlib b/lfs/Compress-Zlib index d0f34850f..93eef1ad3 100644 --- a/lfs/Compress-Zlib +++ b/lfs/Compress-Zlib @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && echo -e "BUILD_ZLIB = False\nINCLUDE = /usr/include\nLIB = /lib\nOLD_ZLIB = True\n" > config.in cd $(DIR_APP) && perl Makefile.PL - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)