diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-19 15:02:47 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-19 15:02:47 +0000 |
| commit | e2e2cffc2dab50d5ae8e618dac9477be4db7680d (patch) | |
| tree | 532524a7d0287fa5d7456c4866c56170ee84ce6d /tools | |
| parent | c3944f3dd1c3f27ec2a17256c508b56945b273f2 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/tcl_bmake/mkMakefile.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh index 74ffbe51cf36..b5765eae669d 100644 --- a/tools/tools/tcl_bmake/mkMakefile.sh +++ b/tools/tools/tcl_bmake/mkMakefile.sh @@ -1,5 +1,5 @@ : -# $Id: mkMakefile.sh,v 1.1 1996/06/26 17:47:14 phk Exp $ +# $Id: mkMakefile.sh,v 1.2 1996/06/30 18:02:58 phk Exp $ # # This script generates a bmake Makefile for src/lib/libtcl # @@ -37,7 +37,7 @@ echo '$' >> ${LIBTCL}Makefile echo '# This file is generated automatically, think twice!' >> ${LIBTCL}Makefile echo '# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead' >> ${LIBTCL}Makefile echo '# Generated by src/tools/tools/tcl_bmake/mkMakefile.sh version:' >> ${LIBTCL}Makefile -echo '# $Id$' | tr -d '$' >> ${LIBTCL}Makefile +echo '# $Id: mkMakefile.sh,v 1.2 1996/06/30 18:02:58 phk Exp $' | tr -d '$' >> ${LIBTCL}Makefile echo >> ${LIBTCL}Makefile # Tell make(1) to pick up stuff from here @@ -83,7 +83,6 @@ echo ' beforeinstall: ${TCLDIST}/generic/tcl.h tcl.macros ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $> \ ${DESTDIR}/usr/include - -mkdir -p ${DESTDIR}/${TCL_LIBRARY} ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ ${TCLDIST}/library/[a-z]* ${DESTDIR}/${TCL_LIBRARY} ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ |
