aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-03-23 13:15:41 +0000
committerBruce Evans <bde@FreeBSD.org>1998-03-23 13:15:41 +0000
commit7c77052065a8529c563a878c80ea33ea3c5a1cbb (patch)
tree3c4aa55c50ca541c9094456e24f3f72567f8312d /tools
parent5c7e14e4fb8d98824eef771b6afef3cd877c0ce0 (diff)
downloadsrc-7c77052065a8529c563a878c80ea33ea3c5a1cbb.tar.gz
src-7c77052065a8529c563a878c80ea33ea3c5a1cbb.zip
Install tclAppInit.c in the installhdrs step so that it isn't necessary
to build libtcl twice in `make world'.
Notes
Notes: svn path=/head/; revision=34819
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tcl_bmake/mkMakefile.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/tools/tcl_bmake/mkMakefile.sh b/tools/tools/tcl_bmake/mkMakefile.sh
index 10d3124cc93c..0c2ca73d4733 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.27 1998/01/17 15:49:48 bde Exp $
+# $Id: mkMakefile.sh,v 1.28 1998/01/17 15:52:22 bde 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.27 1998/01/17 15:49:48 bde Exp $
+# $Id: mkMakefile.sh,v 1.28 1998/01/17 15:52:22 bde Exp $
#
' | tr -d '$' >> ${LIBTCL}Makefile
@@ -107,13 +107,13 @@ beforeinstall: installhdrs
$$e/*.tcl ${DESTDIR}${TCL_LIBRARY}/$$e ; \
done )
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${TCLDIST}/unix/tclAppInit.c ${DESTDIR}${TCL_LIBRARY}
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/doc/man.macros ${DESTDIR}/usr/share/tmac/tcl.macros
installhdrs:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${TCLDIST}/generic/tcl.h ${DESTDIR}/usr/include/tcl
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${TCLDIST}/unix/tclAppInit.c ${DESTDIR}${TCL_LIBRARY}
MANFILTER=sed "/\.so *man.macros/s;.*;.so /usr/share/tmac/tcl.macros;"
' >> ${LIBTCL}Makefile