Install tcl.h into /usr/include/tcl/ so that there's less chance of it
conflicting.
This commit is contained in:
parent
0ed651bfae
commit
acc93c665e
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user