diff options
Diffstat (limited to 'editors/gate/files/patch-Makefile.in')
-rw-r--r-- | editors/gate/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/gate/files/patch-Makefile.in b/editors/gate/files/patch-Makefile.in deleted file mode 100644 index ea70d12af278..000000000000 --- a/editors/gate/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2003-06-19 16:47:56 UTC -+++ Makefile.in -@@ -25,7 +25,7 @@ DIST= README $(SRCS) gate.h config.h.in - Makefile.in gate.1.C gate.help CHANGES - - gate: $(OBJS) -- $(CC) -o gate $(CFLAGS) $(OBJS) $(LIBS) -+ $(CC) -o gate $(CFLAGS) $(OBJS) $(LDFLAGS) $(LIBS) - - main.o: main.c gate.h config.h - util.o: util.c gate.h config.h |