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/namespaces | |
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/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 7040eacd..86549244 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 ../../libxslt ; make xsltproc) + @(cd ../../xsltproc ; make xsltproc) EXTRA_DIST = \ tst.xml tst.xsl tst.out \ |