diff options
author | Tim Janik <timj@gtk.org> | 2001-09-13 22:31:06 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2001-09-13 22:31:06 +0000 |
commit | a96f9061d3a5737d72ee4847e23321f720976b93 (patch) | |
tree | e66cc657d4a05635ab027ee95df52dbd09c9bbbc /gdk-pixbuf | |
parent | 8b4c39766b941a6ed97bb34100a40e4f28b26249 (diff) | |
download | gtk+-a96f9061d3a5737d72ee4847e23321f720976b93.tar.gz |
don't used BUILT_SOURCES to build marshal files, as in conjunction with
Fri Sep 14 00:30:48 2001 Tim Janik <timj@gtk.org>
* Makefile.am: don't used BUILT_SOURCES to build marshal
files, as in conjunction with stamp files, this can
lead to endless rebuilding loops.
Diffstat (limited to 'gdk-pixbuf')
-rw-r--r-- | gdk-pixbuf/ChangeLog | 6 | ||||
-rw-r--r-- | gdk-pixbuf/Makefile.am | 1 |
2 files changed, 6 insertions, 1 deletions
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 <timj@gtk.org> + + * 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 <otaylor@redhat.com> * 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 |