diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-12-17 10:29:11 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-12-17 10:29:11 +0000 |
commit | 21bfdbe03d641fdfb097b1f36e12ecb0a1770608 (patch) | |
tree | ceb74b636399f318b206d538044d3df1b89f82b2 /gnu | |
parent | bfdccb6363b8d3c968c40cfba5629960550fef51 (diff) |
Quick fix for zlib's update.
Diffstat (limited to 'gnu')
-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 |