mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@149060 d073be05-634f-4543-b044-5fe20cf6d1d6
23 lines
489 B
Diff
23 lines
489 B
Diff
--- 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
|
|
|