diff options
author | 2003-12-17 10:29:10 +0000 | |
---|---|---|
committer | 2003-12-17 10:29:10 +0000 | |
commit | df041aa05a2887561b4353dc5f3ce99ac5ed00cd (patch) | |
tree | 86bb4a9966926bb6b76e660d3db21473314ca9b2 /gnu/usr.bin/cvs/src | |
parent | in the real mem print do not include reserved for prom into used by openbsd (diff) | |
download | wireguard-openbsd-df041aa05a2887561b4353dc5f3ce99ac5ed00cd.tar.xz wireguard-openbsd-df041aa05a2887561b4353dc5f3ce99ac5ed00cd.zip |
Quick fix for zlib's update.
Diffstat (limited to 'gnu/usr.bin/cvs/src')
-rw-r--r-- | gnu/usr.bin/cvs/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/src/Makefile.in b/gnu/usr.bin/cvs/src/Makefile.in index c62b5d8f5b8..8d1a1224ace 100644 --- a/gnu/usr.bin/cvs/src/Makefile.in +++ b/gnu/usr.bin/cvs/src/Makefile.in @@ -104,7 +104,7 @@ SHELL = /bin/sh # some namespace hackery going on that maybe shouldn't be. Long term fix is to # try and remove naming ocnflicts and fix Automake to allow particular includes # to be attached only to particular object files. Short term fix is either or. -INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff -I$(top_srcdir)/zlib $(includeopt) +INCLUDES = -I$(top_srcdir)/lib -I$(top_srcdir)/diff $(includeopt) bin_PROGRAMS = cvs bin_SCRIPTS = cvsbug |