From: tch69 <44942508+tch69@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:42:19 +0000 (+0700) Subject: Makefile.in: distclean should remove zlib.pc instead of clean X-Git-Tag: 2.1.0-beta1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f127bc96fc57d05f2cda19406cfc506cf5256e26;p=thirdparty%2Fzlib-ng.git Makefile.in: distclean should remove zlib.pc instead of clean --- diff --git a/Makefile.in b/Makefile.in index f068184e3..88d40cb66 100644 --- a/Makefile.in +++ b/Makefile.in @@ -367,7 +367,6 @@ clean: rm -rf objs rm -f *.gcda *.gcno *.gcov rm -f a.out a.exe - rm -f *.pc rm -f *._h rm -rf btmp1 btmp2 pkgtmp1 pkgtmp2 @@ -375,7 +374,7 @@ maintainer-clean: distclean distclean: clean @if [ -f $(ARCHDIR)/Makefile ]; then $(MAKE) -C $(ARCHDIR) distclean; fi @if [ -f test/Makefile ]; then $(MAKE) -C test distclean; fi - rm -f $(PKGFILE) configure.log zconf.h zconf.h.cmakein zlib$(SUFFIX).h zlib_name_mangling$(SUFFIX)}.h + rm -f $(PKGFILE) configure.log zconf.h zconf.h.cmakein zlib$(SUFFIX).h zlib_name_mangling$(SUFFIX)}.h *.pc -@rm -f .DS_Store # Reset Makefile if building inside source tree @if [ -f Makefile.in ]; then \