From: Fred L. Drake, Jr. Date: Sat, 20 Apr 2002 13:11:16 +0000 (+0000) Subject: Simplify the command used to run the test program. X-Git-Tag: R_1_95_3~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be3da0338686d9f58a8b24dbf23e568b1dc112f4;p=libexpat Simplify the command used to run the test program. --- diff --git a/expat/Makefile.in b/expat/Makefile.in index 8f7e74e4..79ed5895 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -75,7 +75,7 @@ extraclean: distclean rm -f conftools/ltconfig conftools/ltmain.sh check: tests/runtests - @cd tests && ./runtests + tests/runtests install: xmlwf/xmlwf lib/$(LIBRARY) lib/$(APIHEADER) $(mkinstalldirs) $(bindir) $(libdir) $(includedir)