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.
This commit is contained in:
Tim Janik 2001-09-13 22:31:06 +00:00 committed by Tim Janik
parent 8b4c39766b
commit a96f9061d3
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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