]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add missing clean rule for arch/generic
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Thu, 25 Jan 2024 09:32:23 +0000 (10:32 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 5 Feb 2024 07:17:33 +0000 (08:17 +0100)
Makefile.in

index a617e4dc22bfd9b42a513ea277a397632f072c5b..d7e01bcbf55cf5479ccc7961ee2f713c19b3773f 100644 (file)
@@ -366,6 +366,7 @@ uninstall: uninstall-static uninstall-shared
 mostlyclean: clean
 clean:
        @if [ -f $(ARCHDIR)/Makefile ]; then $(MAKE) -C $(ARCHDIR) clean; fi
+       @if [ -f arch/generic/Makefile ]; then $(MAKE) -C arch/generic clean; fi
        @if [ -f test/Makefile ]; then $(MAKE) -C test clean; fi
        rm -f *.o *.lo *~ \
           example$(EXE) minigzip$(EXE) minigzipsh$(EXE) \