From d12d0e21793ff22cfdccd4f22bd2c98dd1489765 Mon Sep 17 00:00:00 2001 From: Matthew Mondor Date: Thu, 13 Jan 2005 10:46:42 +0000 Subject: [PATCH] Make distclean used to forget to get rid of zlib/Makefile zlib/zconf.h --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 366a1bd..be45b4d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# $Id: Makefile.in,v 1.1 2005/01/12 07:44:55 mmondor Exp $ +# $Id: Makefile.in,v 1.2 2005/01/13 10:46:42 mmondor Exp $ RM=@RM@ MV=@MV@ @@ -91,6 +91,7 @@ distclean: cd $$i;\ ${MAKE} distclean; cd ..;\ done + ${RM} -f zlib/Makefile zlib/zconf.h depend: @for i in $(SUBDIRS); do \ -- 2.9.0