diff options
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 && \ |