--- util/Makefile.in.orig	2016-05-27 09:55:40.000000000 -0400
+++ util/Makefile.in	2016-05-27 09:56:20.000000000 -0400
@@ -129,7 +129,7 @@
 
 TESTPROGS =	tparse tlaunch tlaunch2
 
-PROGS =		gcat
+PROGS =		fungcat
 
 all:		$(LIB) $(PROGS)
 
@@ -180,8 +180,8 @@
 
 gcat.o:		gcat.c gio.h
 
-gcat:		gcat.o $(LIB)
-		$(CC) $(LDFLAGS) gcat.o -o gcat $(LIB) $(LIBS) $(EXTRA_LIBS)
+fungcat:		gcat.o $(LIB)
+		$(CC) $(LDFLAGS) gcat.o -o fungcat $(LIB) $(LIBS) $(EXTRA_LIBS)
 
 tparse.o:	tparse.c
 
