[Expat-CVS] expat Makefile.in,1.37,1.38

Fred L. Drake fdrake@users.sourceforge.net
Fri Aug 23 14:54:03 2002


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv27191

Modified Files:
	Makefile.in 
Log Message:
Update the "clean" target to match the current arrangement.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- Makefile.in	11 Jul 2002 18:54:42 -0000	1.37
+++ Makefile.in	23 Aug 2002 21:53:29 -0000	1.38
@@ -55,6 +55,8 @@
 	cd lib && rm -f $(LIBRARY) *.o *.lo && rm -rf .libs _libs
 	cd xmlwf && rm -f xmlwf *.o *.lo && rm -rf .libs _libs
 	cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
+	cd tests && rm -rf .libs runtests runtests.o chardata.o
+	rm -rf .libs libexpat.la
 	find . -name core | xargs rm -f
 
 distclean: clean