From: Matthew Mondor Date: Thu, 13 Jan 2005 10:46:42 +0000 (+0000) Subject: Make distclean used to forget to get rid of zlib/Makefile zlib/zconf.h X-Git-Tag: rubiks-ircd-1-0-6~41 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=d12d0e21793ff22cfdccd4f22bd2c98dd1489765;p=rubiks-ircd.git Make distclean used to forget to get rid of zlib/Makefile zlib/zconf.h --- 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 \