diff options
author | J. Ali Harlow <ali@juiblex.co.uk> | 2004-11-11 14:22:51 +0000 |
---|---|---|
committer | J. Ali Harlow <j_ali@src.gnome.org> | 2004-11-11 14:22:51 +0000 |
commit | 097b42b53cff8233f7b4c4163084c82cb6222f27 (patch) | |
tree | bacbe7009a068949023726d9916453f981e35c1d /gdk/Makefile.am | |
parent | 7bc6850f1f5500293d7b99c6ce9d3bd8b1360811 (diff) | |
download | gdk-pixbuf-097b42b53cff8233f7b4c4163084c82cb6222f27.tar.gz |
Use embedded tab rather than '\t' escape sequence. (#157949)
2004-11-11 J. Ali Harlow <ali@juiblex.co.uk>
* gdk/Makefile.am:
* gdk-pixbuf/Makefile.am:
* gtk/Makefile.am (gtk.def): Use embedded tab rather than '\t'
escape sequence. (#157949)
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 629027422..684010fca 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -177,7 +177,7 @@ uninstall-ms-lib: endif gdk.def: gdk.symbols - (echo -e EXPORTS; cpp -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gdk.def + (echo -e EXPORTS; cpp -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/ /') > gdk.def gdkalias.h: gdk.symbols $(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h |