changeset 17188:36f97c87e980

Remove a Useless Use Of Cat (tm) (which might actually help Alver's IRIX compile issue too)
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 20 May 2007 13:29:35 +0000
parents 0c7d4f561b04
children afb25cb38e75 c36124736326
files finch/libgnt/Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/Makefile.am	Sun May 20 12:56:40 2007 +0000
+++ b/finch/libgnt/Makefile.am	Sun May 20 13:29:35 2007 +0000
@@ -66,10 +66,10 @@
 
 gntmarshal.c: $(srcdir)/genmarshal gntmarshal.h
 	echo "#include \"gntmarshal.h\"" > $@
-	cat $(srcdir)/genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --body >> $@
+	glib-genmarshal --prefix=gnt_closure_marshal --body $(srcdir)/genmarshal >> $@
 
 gntmarshal.h: $(srcdir)/genmarshal
-	cat $(srcdir)/genmarshal | glib-genmarshal --prefix=gnt_closure_marshal --header > $@
+	glib-genmarshal --prefix=gnt_closure_marshal --header $(srcdir)/genmarshal > $@
 
 libgnt_laincludedir=$(includedir)/gnt
 libgnt_lainclude_HEADERS = \