diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 11:01:50 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2022-03-27 11:01:50 -0700 |
commit | 1a1e8da703e28ea36873ef34dab0d90ff8f98393 (patch) | |
tree | e6cd7d1428ceba7d7a0bc4fecb8ef825e0a19101 /Makefile.in | |
parent | 6847291ea0e3266f9ebf2c24dfe77f114a744d27 (diff) | |
download | zlib-1a1e8da703e28ea36873ef34dab0d90ff8f98393.tar.gz zlib-1a1e8da703e28ea36873ef34dab0d90ff8f98393.tar.bz2 zlib-1a1e8da703e28ea36873ef34dab0d90ff8f98393.zip |
Remove destructive aspects of make distclean.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 3413266..802be7f 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -376,15 +376,13 @@ clean: | |||
376 | rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcov | 376 | rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcov |
377 | 377 | ||
378 | maintainer-clean: distclean | 378 | maintainer-clean: distclean |
379 | distclean: clean zconf zconf.h.cmakein docs | 379 | distclean: clean zconf zconf.h.cmakein |
380 | rm -f Makefile zlib.pc configure.log | 380 | rm -f Makefile zlib.pc configure.log |
381 | -@rm -f .DS_Store | 381 | -@rm -f .DS_Store |
382 | @if [ -f Makefile.in ]; then \ | 382 | @if [ -f Makefile.in ]; then \ |
383 | printf 'all:\n\t-@echo "Please use ./configure first. Thank you."\n' > Makefile ; \ | 383 | printf 'all:\n\t-@echo "Please use ./configure first. Thank you."\n' > Makefile ; \ |
384 | printf '\ndistclean:\n\tmake -f Makefile.in distclean\n' >> Makefile ; \ | 384 | printf '\ndistclean:\n\tmake -f Makefile.in distclean\n' >> Makefile ; \ |
385 | touch -r $(SRCDIR)Makefile.in Makefile ; fi | 385 | touch -r $(SRCDIR)Makefile.in Makefile ; fi |
386 | @if [ ! -f zconf.h.in ]; then rm -f zconf.h zconf.h.cmakein ; fi | ||
387 | @if [ ! -f zlib.3 ]; then rm -f zlib.3.pdf ; fi | ||
388 | 386 | ||
389 | tags: | 387 | tags: |
390 | etags $(SRCDIR)*.[ch] | 388 | etags $(SRCDIR)*.[ch] |