summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-08-19 01:52:11 +0000
committerasami <asami@FreeBSD.org>1997-08-19 01:52:11 +0000
commit1b628fbe35e3a9f22b821abea637ada9ab29e967 (patch)
treebc1d411f77f0bcb2311790e9ffbce9e4f5cb56aa /usr.bin/vi/Makefile
parentf4cc1c34030b6b39140566167f95d436ae620cf8 (diff)
downloadFreeBSD-src-1b628fbe35e3a9f22b821abea637ada9ab29e967.zip
FreeBSD-src-1b628fbe35e3a9f22b821abea637ada9ab29e967.tar.gz
Fix 1.17 properly by adding ${DESTDIR} in front. (I know this part is
not enabled now.)
Diffstat (limited to 'usr.bin/vi/Makefile')
-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 eda3672..28c02da 100644
--- a/usr.bin/vi/Makefile
+++ b/usr.bin/vi/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.18 1997/08/17 21:33:39 andreas Exp $
+# $Id: Makefile,v 1.19 1997/08/18 05:25:14 peter 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 -I/usr/include/tcl
+CFLAGS+= -DHAVE_TCL_INTERP -I${DESTDIR}/usr/include/tcl
.endif
.if defined(PERLINTERP)
OpenPOWER on IntegriCloud