[Expat-checkins] CVS: expat Makefile.in,1.22,1.23
Fred L. Drake
fdrake@users.sourceforge.net
Sat Apr 20 06:12:02 2002
Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv22218
Modified Files:
Makefile.in
Log Message:
Simplify the command used to run the test program.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Makefile.in 19 Apr 2002 18:57:24 -0000 1.22
--- Makefile.in 20 Apr 2002 13:11:16 -0000 1.23
***************
*** 76,80 ****
check: tests/runtests
! @cd tests && ./runtests
install: xmlwf/xmlwf lib/$(LIBRARY) lib/$(APIHEADER)
--- 76,80 ----
check: tests/runtests
! tests/runtests
install: xmlwf/xmlwf lib/$(LIBRARY) lib/$(APIHEADER)