aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-08-16 07:11:28 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-08-16 07:11:28 +0000
commitacc93c665e2a2fca2c7ba6f2d7da3cb461b2ec41 (patch)
treefb2001ae58b9f31238e19d5860820d7f626944a3 /tools
parent0ed651bfae51735ea5053acdbef3f454c91f2de7 (diff)
downloadsrc-acc93c665e2a2fca2c7ba6f2d7da3cb461b2ec41.tar.gz
src-acc93c665e2a2fca2c7ba6f2d7da3cb461b2ec41.zip
Install tcl.h into /usr/include/tcl/ so that there's less chance of it
conflicting.
Notes
Notes: svn path=/head/; revision=28253
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tcl_bmake/mkMakefile.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh
index 6700eab706ae..bd9376b39613 100644
--- a/tools/tools/tcl_bmake/mkMakefile.sh
+++ b/tools/tools/tcl_bmake/mkMakefile.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# $Id: mkMakefile.sh,v 1.22 1997/08/01 13:16:34 phk Exp $
+# $Id: mkMakefile.sh,v 1.23 1997/08/12 18:30:34 peter Exp $
#
# This script generates a bmake Makefile for src/lib/libtcl
#
@@ -45,7 +45,7 @@ echo '#
# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead
#
# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:
-# $Id: mkMakefile.sh,v 1.22 1997/08/01 13:16:34 phk Exp $
+# $Id: mkMakefile.sh,v 1.23 1997/08/12 18:30:34 peter Exp $
#
' | tr -d '$' >> ${LIBTCL}Makefile
@@ -103,7 +103,7 @@ HEADERS=generic/patchlevel.h generic/tclInt.h generic/tclPort.h \
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${TCLDIST}/generic/tcl.h ${DESTDIR}/usr/include
+ ${TCLDIST}/generic/tcl.h ${DESTDIR}/usr/include/tcl
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/library/tclIndex ${DESTDIR}${TCL_LIBRARY}
( cd ${TCLDIST}/library && \