diff --git a/ChangeLog b/ChangeLog index b7304060..efcf0c54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Feb 9 23:17:53 CET 2002 Daniel Veillard + + * 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 19:04:01 CET 2002 Daniel Veillard * configure.in libxslt.spec.in python/Makefile.am python/generator.py diff --git a/python/Makefile.am b/python/Makefile.am index 74c97547..bf32dbc5 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -67,6 +67,8 @@ GENERATED= $(srcdir)/libxsltclass.py \ $(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC) cd $(srcdir) && $(PYTHON) $(GENERATE) +$(libxsltmodule_la_OBJECTS): $(GENERATED) + else all: endif