diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-30 13:47:26 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-30 13:47:26 +0000 |
commit | 7b600428453e95b1ac03c5a0fcfaa41bb83f5c1e (patch) | |
tree | 591173262116fd04bc368f6e7261c2c6aa0261d8 /tests/exslt/sets/Makefile.am | |
parent | 23c11bbc87359296904dc51a61d01c9ad7c22b6c (diff) | |
download | libxslt-7b600428453e95b1ac03c5a0fcfaa41bb83f5c1e.tar.gz libxslt-7b600428453e95b1ac03c5a0fcfaa41bb83f5c1e.tar.bz2 libxslt-7b600428453e95b1ac03c5a0fcfaa41bb83f5c1e.zip |
fixed a serious proble is node-set was called on a nodeset fixed the rule
* libxslt/extra.c: fixed a serious proble is node-set was called
on a nodeset
* tests//*/Makefile.am: fixed the rule to rebuild xsltproc
Daniel
Diffstat (limited to 'tests/exslt/sets/Makefile.am')
-rw-r--r-- | tests/exslt/sets/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exslt/sets/Makefile.am b/tests/exslt/sets/Makefile.am index 4dffc82c..223e2c70 100644 --- a/tests/exslt/sets/Makefile.am +++ b/tests/exslt/sets/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in $(top_builddir)/xsltproc/xsltproc: - @(cd ../../../libxslt ; make xsltproc) + @(cd ../../../xsltproc ; make xsltproc) EXTRA_DIST = \ difference.1.out difference.1.xml difference.1.xsl \ |