diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-08-21 11:18:24 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-08-21 11:18:24 +0000 |
commit | 45f26190240ecb197ce15c4c50d91d7715c6bc40 (patch) | |
tree | e8c9145948ad63f1f7f3ed4e98d40f18d2cb5424 /tests/exslt/math | |
parent | d0257234348f5d0ee199bb879406a8a2b80e7744 (diff) | |
download | libxslt-45f26190240ecb197ce15c4c50d91d7715c6bc40.tar.gz libxslt-45f26190240ecb197ce15c4c50d91d7715c6bc40.tar.bz2 libxslt-45f26190240ecb197ce15c4c50d91d7715c6bc40.zip |
fixed an error I propagated to nearly all Makefiles.am on Saturday Daniel
* //Makefile.am : fixed an error I propagated to nearly all
Makefiles.am on Saturday
Daniel
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 e73dfbf4..01e4fb2b 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 ; xsltproc) + @(cd ../../../xsltproc ; $(MAKE) xsltproc) EXTRA_DIST = \ highest.1.out highest.1.xml highest.1.xsl \ |