Install tcl.h into /usr/include/tcl/ so that there's less chance of it

conflicting.
This commit is contained in:
Peter Wemm 1997-08-16 07:11:28 +00:00
parent 0ed651bfae
commit acc93c665e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28253

View File

@ -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 && \