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/namespaces | |
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/namespaces')
-rw-r--r-- | tests/namespaces/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/namespaces/Makefile.am b/tests/namespaces/Makefile.am index 72c5360c..be74b489 100644 --- a/tests/namespaces/Makefile.am +++ b/tests/namespaces/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 = \ tst.xml tst.xsl tst.out \ |