aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/tclsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tclsh/Makefile b/usr.bin/tclsh/Makefile
index 2ef52e63efaa..d93869ddc009 100644
--- a/usr.bin/tclsh/Makefile
+++ b/usr.bin/tclsh/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 1997/02/22 19:57:21 peter Exp $
+# $Id: Makefile,v 1.4 1997/08/18 06:08:56 andreas Exp $
PROG= tclsh
SRCS= tclAppInit.c
@@ -14,7 +14,7 @@ CLEANFILES= ${MAN1}
tclsh.1: ${.CURDIR}/../../contrib/tcl/doc/tclsh.1
sed '/\.so *man.macros/s;.*;.so /usr/share/tmac/tcl.macros;' < $> > $@
-CFLAGS+= -I/usr/include/tcl
+CFLAGS+= -I${DESTDIR}/usr/include/tcl
LDADD+= -ltcl -lm
DPADD+= ${LIBTCL} ${LIBM}