diff options
author | peter <peter@FreeBSD.org> | 1997-08-16 07:11:28 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-08-16 07:11:28 +0000 |
commit | 677f2d1bcbd826dc61d80708f51fa0a9955bbd5b (patch) | |
tree | 7c2f3c88f005f073f741d9128cd6727658c59630 /tools | |
parent | a541cc54fd1f0e63f2b80b3793e0f936c3883f2d (diff) | |
download | FreeBSD-src-677f2d1bcbd826dc61d80708f51fa0a9955bbd5b.zip FreeBSD-src-677f2d1bcbd826dc61d80708f51fa0a9955bbd5b.tar.gz |
Install tcl.h into /usr/include/tcl/ so that there's less chance of it
conflicting.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/tcl_bmake/mkMakefile.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index 6700eab..bd9376b 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 && \ |