Use embedded tab rather than '\t' escape sequence. (#157951)
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 11 Nov 2004 14:48:45 +0000 (14:48 +0000)
committerJ. Ali Harlow <j_ali@src.gnome.org>
Thu, 11 Nov 2004 14:48:45 +0000 (14:48 +0000)
2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>

  * gobject/Makefile.am:
  * glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
  escape sequence. (#157951)

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

index ff20f79..de84f92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gobject/Makefile.am:
+       * glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157951)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
index ff20f79..de84f92 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gobject/Makefile.am:
+       * glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157951)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
index ff20f79..de84f92 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gobject/Makefile.am:
+       * glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157951)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
index ff20f79..de84f92 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gobject/Makefile.am:
+       * glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157951)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
index ff20f79..de84f92 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-11  J. Ali Harlow  <ali@juiblex.co.uk>
+
+       * gobject/Makefile.am:
+       * glib/Makefile.am (gtk.def): Use embedded tab rather than '\t'
+       escape sequence. (#157951)
+
 2004-11-10  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gconvert.c (g_get_filename_charsets): Fix typo in doc
index 77d47d6..b3e1673 100644 (file)
@@ -14,7 +14,7 @@ INCLUDES = -I$(top_srcdir) -DG_LOG_DOMAIN=\"GLib\" \
        $(GLIB_DEBUG_FLAGS) -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION 
 
 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
+       (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/glib.symbols | sed -e '/^$$/d' -e 's/^/  /') > glib.def
 
 galias.h: glib.symbols
          $(srcdir)/makegalias.pl < $(srcdir)/glib.symbols > galias.h
index f7a9f63..8e52610 100644 (file)
@@ -14,7 +14,7 @@ INCLUDES = \
        -DG_DISABLE_CONST_RETURNS
 
 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
+       (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DINCLUDE_INTERNAL_SYMBOLS -DG_OS_WIN32 $(srcdir)/gobject.symbols | sed -e '/^$$/d' -e 's/^/       /' | sort) > gobject.def
 
 gobjectalias.h: gobject.symbols
        $(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h