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/XSLTMark | |
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/XSLTMark')
-rw-r--r-- | tests/XSLTMark/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/XSLTMark/Makefile.am b/tests/XSLTMark/Makefile.am index 31bd5335..e4ae0044 100644 --- a/tests/XSLTMark/Makefile.am +++ b/tests/XSLTMark/Makefile.am @@ -48,7 +48,7 @@ EXTRA_DIST = \ xslbenchdream.xml $(top_builddir)/xsltproc/xsltproc: - @(cd ../../xsltproc ; make xsltproc) + @(cd ../../xsltproc ; xsltproc) all: alphabetize attsets avts axis backwards bottles breadth brutal chart \ creation current dbonerow dbtail decoy depth encrypt functions game \ |