]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
distclean target should depend on clean target in arch directories.
authorMika Lindqvist <postmaster@raasu.org>
Thu, 1 Jun 2023 06:22:24 +0000 (09:22 +0300)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Thu, 1 Jun 2023 07:43:34 +0000 (09:43 +0200)
arch/arm/Makefile.in
arch/power/Makefile.in
arch/s390/Makefile.in
arch/x86/Makefile.in

index abf6193fc0d01f58625f801435e7f4e4f37650e3..717754760f139b400d45351bbf17b3150c28019d 100644 (file)
@@ -73,5 +73,5 @@ clean:
        rm -rf objs
        rm -f *.gcda *.gcno *.gcov
 
-distclean:
+distclean: clean
        rm -f Makefile
index e9be6dddba16721e9202321648301c59c82dd14a..e2bec5e510e7311d6cb71b4f9f98bf0500e7a903 100644 (file)
@@ -89,5 +89,5 @@ clean:
        rm -rf objs
        rm -f *.gcda *.gcno *.gcov
 
-distclean:
+distclean: clean
        rm -f Makefile
index 39b5aae61909427492728ab4a316620f1ef9b5a7..6b4fba7775c4a9dab198c6f647a6aea802fbcfa3 100644 (file)
@@ -50,5 +50,5 @@ clean:
        rm -rf objs
        rm -f *.gcda *.gcno *.gcov
 
-distclean:
+distclean: clean
        rm -f Makefile
index f0478bfdcc63245d837127b2b739a2a67b7c7ba6..7c052469b2987f6c375a7b56be9bbb33ee790087 100644 (file)
@@ -143,5 +143,5 @@ clean:
        rm -rf objs
        rm -f *.gcda *.gcno *.gcov
 
-distclean:
+distclean: clean
        rm -f Makefile