You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2011/05/20 21:29:57 UTC

svn commit: r1125521 - /apr/apr-util/branches/1.3.x/xml/expat/Makefile.in

Author: rjung
Date: Fri May 20 19:29:57 2011
New Revision: 1125521

URL: http://svn.apache.org/viewvc?rev=1125521&view=rev
Log:
Fix extraclean make target in expat:
also remove libtool2 files.

Modified:
    apr/apr-util/branches/1.3.x/xml/expat/Makefile.in

Modified: apr/apr-util/branches/1.3.x/xml/expat/Makefile.in
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/xml/expat/Makefile.in?rev=1125521&r1=1125520&r2=1125521&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/xml/expat/Makefile.in (original)
+++ apr/apr-util/branches/1.3.x/xml/expat/Makefile.in Fri May 20 19:29:57 2011
@@ -77,7 +77,9 @@ distclean: clean
 
 extraclean: distclean
 	rm -f expat_config.h.in configure
-	rm -f conftools/ltconfig conftools/ltmain.sh conftools/libtool.m4
+	rm -f conftools/aclocal.m4 conftools/ltconfig conftools/ltmain.sh
+	rm -f conftools/argz.m4 conftools/libtool.m4 conftools/ltoptions.m4
+	rm -f conftools/ltsugar.m4 conftools/ltversion.m4 conftools/lt~obsolete.m4
 
 check: tests/runtests
 	tests/runtests