summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorfdrake <fdrake>2002-04-20 13:11:16 +0000
committerfdrake <fdrake>2002-04-20 13:11:16 +0000
commit4cb24fd4ded21a6e59a13e873e94ba01c1f15bb9 (patch)
treeb26b95e544d9764f257c34e54b18e10ecf9f589c /Makefile.in
parent22237e0d719322b948ebb522baa2ba7a90198300 (diff)
downloadlibexpat-4cb24fd4ded21a6e59a13e873e94ba01c1f15bb9.tar.gz
Simplify the command used to run the test program.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 8f7e74e..79ed589 100644
--- a/Makefile.in
+++ b/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)