summaryrefslogtreecommitdiff
path: root/tests/namespaces
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-08-21 11:18:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-08-21 11:18:24 +0000
commit45f26190240ecb197ce15c4c50d91d7715c6bc40 (patch)
treee8c9145948ad63f1f7f3ed4e98d40f18d2cb5424 /tests/namespaces
parentd0257234348f5d0ee199bb879406a8a2b80e7744 (diff)
downloadlibxslt-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.am2
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 \