summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-08-18 11:39:19 +0000
committerpeter <peter@FreeBSD.org>1997-08-18 11:39:19 +0000
commitdb9cd5ac8694673fe4013666c26048e30dc21840 (patch)
tree5deb5f582aece3cdba70a1db2aded4b1b8a3f1f1
parent1030957bb5e5a517ce8cbc4c18989e0b2dfae3ac (diff)
downloadFreeBSD-src-db9cd5ac8694673fe4013666c26048e30dc21840.zip
FreeBSD-src-db9cd5ac8694673fe4013666c26048e30dc21840.tar.gz
use -I${DESTDIR}/usr/include/tcl, not -I/usr/include/tcl
-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 2ef52e6..d93869d 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}
OpenPOWER on IntegriCloud