summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1997-08-17 21:33:39 +0000
committerandreas <andreas@FreeBSD.org>1997-08-17 21:33:39 +0000
commit6a5002f88b172dd2255de19285b66f995317827e (patch)
tree8c0dad84d8e731d58ea33cbc068538b247942f92 /usr.bin/vi
parent6f6fafa0814823b57e29e56d6a092242ffc10ec1 (diff)
downloadFreeBSD-src-6a5002f88b172dd2255de19285b66f995317827e.zip
FreeBSD-src-6a5002f88b172dd2255de19285b66f995317827e.tar.gz
Fixed another make world stopper ;)
If TCLINTERP is defined, CFLAGS needs an additional include path: -I/usr/include/tcl Otherwise tcl.h can't be found during make world.
Diffstat (limited to 'usr.bin/vi')
-rw-r--r--usr.bin/vi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vi/Makefile b/usr.bin/vi/Makefile
index d05179d..f7f9409 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.16 1997/04/12 14:34:02 peter Exp $
+# $Id: Makefile,v 1.17 1997/04/18 23:44:54 jkh Exp $
#
# This has most of the glue needed to compile tknvi and the perl hooks,
# but not all.
@@ -77,7 +77,7 @@ CFLAGS+= -I/usr/local/include -I/usr/X11R6/include
.PATH: ${SRCDIR}/tcl_api
DPADD+= ${LIBTCL} ${LIBM}
LDADD+= -ltcl -lm
-CFLAGS+= -DHAVE_TCL_INTERP
+CFLAGS+= -DHAVE_TCL_INTERP -I/usr/include/tcl
.endif
.if defined(PERLINTERP)
OpenPOWER on IntegriCloud