diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:01:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-05-13 19:01:27 +0000 |
commit | 554d4fd2daeceb762238bc49ad43b337b017e4d0 (patch) | |
tree | 4416eeb4d00e522533bea4ac4d43e5f71c4a30f5 /editors/gate/files/patch-Makefile.in | |
parent | Prevent collision with dprintf(3) (diff) |
Prevent collision with getline(3)
Notes
Notes:
svn path=/head/; revision=415135
Diffstat (limited to 'editors/gate/files/patch-Makefile.in')
-rw-r--r-- | editors/gate/files/patch-Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gate/files/patch-Makefile.in b/editors/gate/files/patch-Makefile.in index 215976d53d47..ea70d12af278 100644 --- a/editors/gate/files/patch-Makefile.in +++ b/editors/gate/files/patch-Makefile.in @@ -1,6 +1,6 @@ --- Makefile.in.orig 2003-06-19 16:47:56 UTC +++ Makefile.in -@@ -25,7 +25,7 @@ DIST= README $(SRCS) gate.h config.h.in +@@ -25,7 +25,7 @@ DIST= README $(SRCS) gate.h config.h.in Makefile.in gate.1.C gate.help CHANGES gate: $(OBJS) |