1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-28 00:21:53 +03: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:
Daniel Veillard
2002-02-09 22:16:40 +00:00
parent 5e5c2d0a93
commit 1c18e30b46
2 changed files with 9 additions and 0 deletions

View File

@ -61,6 +61,9 @@ GENERATED= $(srcdir)/libxml2class.py \
$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
cd $(srcdir) && $(PYTHON) $(GENERATE)
$(libxmlmodule_la_OBJECTS): $(GENERATED)
else
all:
endif