]> Pileus Git - ~andy/gtk/commitdiff
Use $(top_builddir) instead of here-undefined $$topdir. (Problem reported
authorOwen Taylor <otaylor@redhat.com>
Sat, 5 Oct 2002 22:39:36 +0000 (22:39 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 5 Oct 2002 22:39:36 +0000 (22:39 +0000)
Sat Oct  5 18:30:50 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/stock-icons/Makefile.am (pixbuf_csource): Use
        $(top_builddir) instead of here-undefined $$topdir.
        (Problem reported by Jacob Berkman)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/stock-icons/Makefile.am

index 2b6e3875439230261069b67196b422c951ae6c26..b481998763d4a08755479a9a456ab36aa2a4a370 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Oct  5 18:30:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix 
index 2b6e3875439230261069b67196b422c951ae6c26..b481998763d4a08755479a9a456ab36aa2a4a370 100644 (file)
@@ -1,3 +1,9 @@
+Sat Oct  5 18:30:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix 
index 2b6e3875439230261069b67196b422c951ae6c26..b481998763d4a08755479a9a456ab36aa2a4a370 100644 (file)
@@ -1,3 +1,9 @@
+Sat Oct  5 18:30:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix 
index 2b6e3875439230261069b67196b422c951ae6c26..b481998763d4a08755479a9a456ab36aa2a4a370 100644 (file)
@@ -1,3 +1,9 @@
+Sat Oct  5 18:30:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix 
index 2b6e3875439230261069b67196b422c951ae6c26..b481998763d4a08755479a9a456ab36aa2a4a370 100644 (file)
@@ -1,3 +1,9 @@
+Sat Oct  5 18:30:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix 
index 2b6e3875439230261069b67196b422c951ae6c26..b481998763d4a08755479a9a456ab36aa2a4a370 100644 (file)
@@ -1,3 +1,9 @@
+Sat Oct  5 18:30:50 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * 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  <otaylor@redhat.com>
 
        * gtk/gtknotebook.c (gtk_notebook_draw_tab): Fix 
index affe0eba19cbde574ae7849a29202e9eb2817f54..030034dd4d9411e7b7088749fba63fa50415467d 100644 (file)
@@ -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)