Fix srcdir != builddir builds. (#156447, Thomas Fitzsimmons)
authorMatthias Clasen <mclasen@redhat.com>
Wed, 27 Oct 2004 04:42:51 +0000 (04:42 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 27 Oct 2004 04:42:51 +0000 (04:42 +0000)
2004-10-27  Matthias Clasen  <mclasen@redhat.com>

* Makefile.am (gobjectalias.h): Fix srcdir != builddir
builds.  (#156447, Thomas Fitzsimmons)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/Makefile.am
gobject/ChangeLog
gobject/Makefile.am

index 801c900..44663c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/Makefile.am (galias.h): Fix srcdir != builddir 
+       builds.  (#156447, Thomas Fitzsimmons)
+
 2004-10-26  Gora Mohanty  <gmohanty@cvs.gnome.org>
 
        * configure.in: Added 'or' to ALL_LINGUAS.
index 801c900..44663c3 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/Makefile.am (galias.h): Fix srcdir != builddir 
+       builds.  (#156447, Thomas Fitzsimmons)
+
 2004-10-26  Gora Mohanty  <gmohanty@cvs.gnome.org>
 
        * configure.in: Added 'or' to ALL_LINGUAS.
index 801c900..44663c3 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/Makefile.am (galias.h): Fix srcdir != builddir 
+       builds.  (#156447, Thomas Fitzsimmons)
+
 2004-10-26  Gora Mohanty  <gmohanty@cvs.gnome.org>
 
        * configure.in: Added 'or' to ALL_LINGUAS.
index 801c900..44663c3 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/Makefile.am (galias.h): Fix srcdir != builddir 
+       builds.  (#156447, Thomas Fitzsimmons)
+
 2004-10-26  Gora Mohanty  <gmohanty@cvs.gnome.org>
 
        * configure.in: Added 'or' to ALL_LINGUAS.
index 801c900..44663c3 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/Makefile.am (galias.h): Fix srcdir != builddir 
+       builds.  (#156447, Thomas Fitzsimmons)
+
 2004-10-26  Gora Mohanty  <gmohanty@cvs.gnome.org>
 
        * configure.in: Added 'or' to ALL_LINGUAS.
index 7009205..e5a77ad 100644 (file)
@@ -17,7 +17,7 @@ glib.def: glib.symbols
        (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/\t/') > glib.def
 
 galias.h: glib.symbols
-         ./makegalias.pl < $(srcdir)/glib.symbols > galias.h
+         $(srcdir)/makegalias.pl < $(srcdir)/glib.symbols > galias.h
 
 if OS_UNIX
 TESTS = abicheck.sh
index 7956755..e1f0f84 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-27  Matthias Clasen  <mclasen@redhat.com>
+
+       * Makefile.am (gobjectalias.h): Fix srcdir != builddir 
+       builds.  (#156447, Thomas Fitzsimmons)
+
 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
 
        * abicheck.sh: Don't include symbols which are just in the 
index fadbf1c..f7a9f63 100644 (file)
@@ -17,7 +17,7 @@ gobject.def: gobject.symbols
        (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/\t/' | sort) > gobject.def
 
 gobjectalias.h: gobject.symbols
-       ./makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
+       $(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
 
 if OS_UNIX
 TESTS = abicheck.sh