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-pixbuf/Makefile.am | |
parent | 7bc6850f1f5500293d7b99c6ce9d3bd8b1360811 (diff) | |
download | gtk+-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-pixbuf/Makefile.am')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 36a301c296..0e69c74932 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -40,7 +40,7 @@ uninstall-ms-lib: endif gdk_pixbuf.def: gdk-pixbuf.symbols - (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/\t/') > gdk_pixbuf.def + (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/ /') > gdk_pixbuf.def gdk-pixbuf-alias.h: gdk-pixbuf.symbols $(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h |