expat Makefile.in,1.40,1.41
"Fred L. Drake" <[email protected]>
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat In directory usw-pr-cvs1:/tmp/cvs-serv1037 Modified Files: Makefile.in Log Message: Avoid use of xargs; not available on Windows when using MSYS/MinGW. Index: Makefile.in =================================================================== RCS file: /cvsroot/expat/expat/Makefile.in,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- Makefile.in 5 Sep 2002 01:58:26 -0000 1.40 +++ Makefile.in 7 Nov 2002 21:48:05 -0000 1.41 @@ -57,7 +57,7 @@ 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 + rm -f examples/core tests/core xmlwf/core distclean: clean rm -f expat_config.h config.status config.log config.cache libtool