From: Daniel Axtens Date: Tue, 5 May 2015 11:59:46 +0000 (+1000) Subject: distclean shouldn't depend on docs X-Git-Tag: 1.9.9-b1~865^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8142dbf7a21d524c4d8e310653e860ae6a885f7e;p=thirdparty%2Fzlib-ng.git distclean shouldn't depend on docs Signed-off-by: Daniel Axtens --- diff --git a/Makefile.in b/Makefile.in index 1ac99ddc7..33b353e30 100644 --- a/Makefile.in +++ b/Makefile.in @@ -253,7 +253,7 @@ clean: rm -f a.out maintainer-clean: distclean -distclean: clean zconf zconf.h.cmakein docs +distclean: clean zconf zconf.h.cmakein @if [ -f $(ARCHDIR)/Makefile ]; then $(MAKE) -C $(ARCHDIR) distclean; fi rm -f zlib.pc configure.log -@rm -f .DS_Store