diff options
Diffstat (limited to 'tests/exslt/math')
-rw-r--r-- | tests/exslt/math/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exslt/math/Makefile.am b/tests/exslt/math/Makefile.am index 6cbbf6e7..e73dfbf4 100644 --- a/tests/exslt/math/Makefile.am +++ b/tests/exslt/math/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../../xsltproc ; make xsltproc) + @(cd ../../../xsltproc ; xsltproc) EXTRA_DIST = \ highest.1.out highest.1.xml highest.1.xsl \ |