diff --git a/ChangeLog b/ChangeLog index 2b6e387543..b481998763 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Oct 5 18:30:50 2002 Owen Taylor + + * gtk/stock-icons/Makefile.am (pixbuf_csource): Use + $(top_builddir) instead of here-undefined $$topdir. + (Problem reported by Jacob Berkman) + Sat Oct 5 18:25:11 2002 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 2b6e387543..b481998763 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Sat Oct 5 18:30:50 2002 Owen Taylor + + * gtk/stock-icons/Makefile.am (pixbuf_csource): Use + $(top_builddir) instead of here-undefined $$topdir. + (Problem reported by Jacob Berkman) + Sat Oct 5 18:25:11 2002 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 2b6e387543..b481998763 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Sat Oct 5 18:30:50 2002 Owen Taylor + + * gtk/stock-icons/Makefile.am (pixbuf_csource): Use + $(top_builddir) instead of here-undefined $$topdir. + (Problem reported by Jacob Berkman) + Sat Oct 5 18:25:11 2002 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 2b6e387543..b481998763 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Sat Oct 5 18:30:50 2002 Owen Taylor + + * gtk/stock-icons/Makefile.am (pixbuf_csource): Use + $(top_builddir) instead of here-undefined $$topdir. + (Problem reported by Jacob Berkman) + Sat Oct 5 18:25:11 2002 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 2b6e387543..b481998763 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Sat Oct 5 18:30:50 2002 Owen Taylor + + * gtk/stock-icons/Makefile.am (pixbuf_csource): Use + $(top_builddir) instead of here-undefined $$topdir. + (Problem reported by Jacob Berkman) + Sat Oct 5 18:25:11 2002 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 2b6e387543..b481998763 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Sat Oct 5 18:30:50 2002 Owen Taylor + + * gtk/stock-icons/Makefile.am (pixbuf_csource): Use + $(top_builddir) instead of here-undefined $$topdir. + (Problem reported by Jacob Berkman) + Sat Oct 5 18:25:11 2002 Owen Taylor * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix diff --git a/gtk/stock-icons/Makefile.am b/gtk/stock-icons/Makefile.am index affe0eba19..030034dd4d 100644 --- a/gtk/stock-icons/Makefile.am +++ b/gtk/stock-icons/Makefile.am @@ -262,7 +262,7 @@ CLEANFILES = $(noinst_DATA) if CROSS_COMPILING pixbuf_csource=$(GDK_PIXBUF_CSOURCE) else -pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$$topdir/gdk-pixbuf/gdk-pixbuf.loaders $$topdir/gdk-pixbuf/gdk-pixbuf-csource +pixbuf_csource=GDK_PIXBUF_MODULE_FILE=$(top_builddir)/gdk-pixbuf/gdk-pixbuf.loaders $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource endif gtkstockpixbufs.h: @REBUILD_PNGS@ $(top_builddir)/gdk-pixbuf/gdk-pixbuf-csource $(IMAGES)