1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

apply fix from Karl Eichwalder for script path Daniel

* Makefile.am: apply fix from Karl Eichwalder for script path
Daniel
This commit is contained in:
Daniel Veillard 2003-11-05 22:47:51 +00:00
parent 6b9d6951ff
commit fe9fc792ed
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
* Makefile.am: apply fix from Karl Eichwalder for script path
Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
* win32/configure.js: applied patch from Mark Vakoc to simplify

View File

@ -677,7 +677,7 @@ Automatatests: testAutomata$(EXEEXT)
$(srcdir)/dba100000.xml: dbgenattr.pl
@echo "## generating dba100000.xml"
@(dbgenattr.pl 100000 > $(srcdir)/dba100000.xml)
@($(top_srcdir)/dbgenattr.pl 100000 > $(srcdir)/dba100000.xml)
Timingtests: xmllint$(EXEEXT) $(srcdir)/dba100000.xml
@echo "## Timing tests to try to detect performance"