From: Mika Lindqvist Date: Sat, 1 Jul 2023 11:52:22 +0000 (+0300) Subject: Fix distclean target in Makefile.in X-Git-Tag: 2.1.4~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65fedde613138d0279215125e1942c71417fd141;p=thirdparty%2Fzlib-ng.git Fix distclean target in Makefile.in --- diff --git a/Makefile.in b/Makefile.in index b7b7e644e..316b742f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -373,7 +373,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 *.pc + rm -f $(PKGFILE) configure.log zconf.h zconf.h.cmakein zlib$(SUFFIX).h zlib_name_mangling$(SUFFIX).h *.pc gzread.c -@rm -f .DS_Store # Reset Makefile if building inside source tree @if [ -f Makefile.in ]; then \