From 1c18e30b46f5cb994805aba3e2569169a223ed09 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Sat, 9 Feb 2002 22:16:40 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ python/Makefile.am | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index d9b4f3c7..58a823fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Feb 9 23:15:04 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 18:59:23 CET 2002 Daniel Veillard * parserInternals.c valid.c: Justin Fletcher found some parts diff --git a/python/Makefile.am b/python/Makefile.am index 130cc8bd..a3fecfc6 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -61,6 +61,9 @@ GENERATED= $(srcdir)/libxml2class.py \ $(GENERATED): $(srcdir)/$(GENERATE) $(API_DESC) cd $(srcdir) && $(PYTHON) $(GENERATE) + +$(libxmlmodule_la_OBJECTS): $(GENERATED) + else all: endif