Make distclean used to forget to get rid of zlib/Makefile zlib/zconf.h
authorMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 13 Jan 2005 10:46:42 +0000 (10:46 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 13 Jan 2005 10:46:42 +0000 (10:46 +0000)
Makefile.in

index 366a1bd..be45b4d 100644 (file)
@@ -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 \