From: Mika Lindqvist Date: Thu, 1 Jun 2023 09:09:56 +0000 (+0300) Subject: distclean target in test directory should depend on clean target. X-Git-Tag: 2.1.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f51e8cdaff8a008c6a6b85c9f268b93674c8058;p=thirdparty%2Fzlib-ng.git distclean target in test directory should depend on clean target. --- diff --git a/test/Makefile.in b/test/Makefile.in index d2658e7ce..fd2b239aa 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -78,5 +78,5 @@ clean: rm -f *.o *.gcda *.gcno *.gcov rm -f switchlevels$(EXE) gh1235$(EXE) -distclean: +distclean: clean rm -f Makefile