mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-01-23 19:06:47 +00:00
seems some version of automake didn't generate the dependancies right as
* python/Makefile.am: seems some version of automake didn't generate the dependancies right as Jacob found out. Add an extra dependancy rule. Daniel
This commit is contained in:
parent
5e5c2d0a93
commit
1c18e30b46
@ -1,3 +1,9 @@
|
||||
Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* python/Makefile.am: seems some version of automake didn't
|
||||
generate the dependancies right as Jacob found out. Add
|
||||
an extra dependancy rule.
|
||||
|
||||
Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* parserInternals.c valid.c: Justin Fletcher found some parts
|
||||
|
@ -61,6 +61,9 @@ GENERATED= $(srcdir)/libxml2class.py \
|
||||
|
||||
$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
|
||||
cd $(srcdir) && $(PYTHON) $(GENERATE)
|
||||
|
||||
$(libxmlmodule_la_OBJECTS): $(GENERATED)
|
||||
|
||||
else
|
||||
all:
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user