1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +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:21:00 +00:00
parent 43ced5c60b
commit 4a5c94ae14
2 changed files with 8 additions and 0 deletions

View File

@ -67,6 +67,8 @@ GENERATED= $(srcdir)/libxsltclass.py \
$(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC)
cd $(srcdir) && $(PYTHON) $(GENERATE)
$(libxsltmodule_la_OBJECTS): $(GENERATED)
else
all:
endif