]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fix distclean target in Makefile.in
authorMika Lindqvist <postmaster@raasu.org>
Sat, 1 Jul 2023 11:52:22 +0000 (14:52 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 16 Jul 2023 10:41:15 +0000 (12:41 +0200)
Makefile.in

index b7b7e644e6e70ae7f4b8c424c7410c84d10f947b..316b742f1ab727db5260bd697ba2a5099dbe66d5 100644 (file)
@@ -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 \