diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-08-18 14:00:41 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-08-18 14:00:41 +0000 |
commit | f89de317a2e5bc02b9d12a362e9969234c4d7be9 (patch) | |
tree | 3216769f5b626ad965f6f7e28a2f2ed19acada90 /tests/exslt | |
parent | 1a43e5c802da9787f017be2ddae63f48f4377359 (diff) | |
download | libxslt-f89de317a2e5bc02b9d12a362e9969234c4d7be9.tar.gz libxslt-f89de317a2e5bc02b9d12a362e9969234c4d7be9.tar.bz2 libxslt-f89de317a2e5bc02b9d12a362e9969234c4d7be9.zip |
fixed a number of small problems with Makefiles spotted by Albert Chin
* //Makefile.am : fixed a number of small problems with
Makefiles spotted by Albert Chin
Daniel
Diffstat (limited to 'tests/exslt')
-rw-r--r-- | tests/exslt/common/Makefile.am | 2 | ||||
-rw-r--r-- | tests/exslt/functions/Makefile.am | 2 | ||||
-rw-r--r-- | tests/exslt/math/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/exslt/common/Makefile.am b/tests/exslt/common/Makefile.am index b0fb12bc..a69b4b23 100644 --- a/tests/exslt/common/Makefile.am +++ b/tests/exslt/common/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 = \ node-set.1.xml node-set.1.xsl node-set.1.out \ diff --git a/tests/exslt/functions/Makefile.am b/tests/exslt/functions/Makefile.am index c78ad706..128340c6 100644 --- a/tests/exslt/functions/Makefile.am +++ b/tests/exslt/functions/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 = \ function.1.out function.1.xml function.1.xsl \ 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 \ |