From a96f9061d3a5737d72ee4847e23321f720976b93 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Thu, 13 Sep 2001 22:31:06 +0000 Subject: don't used BUILT_SOURCES to build marshal files, as in conjunction with Fri Sep 14 00:30:48 2001 Tim Janik * Makefile.am: don't used BUILT_SOURCES to build marshal files, as in conjunction with stamp files, this can lead to endless rebuilding loops. --- gdk-pixbuf/ChangeLog | 6 ++++++ gdk-pixbuf/Makefile.am | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'gdk-pixbuf') diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index a39add0e0f..db94f05d0f 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 14 00:30:48 2001 Tim Janik + + * Makefile.am: don't used BUILT_SOURCES to build marshal + files, as in conjunction with stamp files, this can + lead to endless rebuilding loops. + Tue Sep 4 00:22:07 2001 Owen Taylor * Makefile.am: Fix EXTRA_DIST for gdk-pixbuf-csource.1 diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 3566098331..554a1ab4ac 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -211,7 +211,6 @@ man_MANS = gdk-pixbuf-csource.1 # The GdkPixBuf library # -BUILT_SOURCES=gdk-pixbuf-marshal.h gdk-pixbuf-marshal.c libgdk_pixbufincludedir = $(includedir)/gtk-2.0/gdk-pixbuf -- cgit v1.2.1