From be3da0338686d9f58a8b24dbf23e568b1dc112f4 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Sat, 20 Apr 2002 13:11:16 +0000 Subject: [PATCH] Simplify the command used to run the test program. --- expat/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1