File tree Expand file tree Collapse file tree 3 files changed +551
-5
lines changed
Expand file tree Collapse file tree 3 files changed +551
-5
lines changed Original file line number Diff line number Diff line change 1313* .gcno
1414* .gcov
1515
16- zconf.h
16+ /zconf.h
17+ /Makefile
1718/example
1819/example64
1920/examplesh
Original file line number Diff line number Diff line change @@ -362,8 +362,9 @@ zlib.3.pdf: $(SRCDIR)zlib.3
362362# touch -r $(SRCDIR)zconf.h.in $@ &&\
363363# rm $$TEMPFILE
364364#
365- # zconf: $(SRCDIR)zconf.h.in
366- # cp -p $(SRCDIR)zconf.h.in zconf.h
365+
366+ zconf : $(SRCDIR ) zconf.h.in
367+ cp -p $(SRCDIR ) zconf.h.in zconf.h
367368
368369minizip-test : static
369370 cd contrib/minizip && { CC=" $( CC) " CFLAGS=" $( CFLAGS) " $( MAKE) test ; cd ../.. ; }
@@ -384,8 +385,8 @@ clean: minizip-clean
384385 rm -f contrib/infback9/* .gcda contrib/infback9/* .gcno contrib/infback9/* .gcov
385386
386387maintainer-clean : distclean
387- distclean : clean # zconf zconf.h.cmakein
388- rm -f Makefile zlib.pc configure.log zconf.h
388+ distclean : clean zconf # zconf.h.cmakein
389+ rm -f Makefile zlib.pc configure.log
389390 -@rm -f .DS_Store
390391 @if [ -f Makefile.in ]; then \
391392 printf ' all:\n\t-@echo "Please use ./configure first. Thank you."\n' > Makefile ; \
You can’t perform that action at this time.
0 commit comments