summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-23 13:21:35 +0000
committerbde <bde@FreeBSD.org>1998-03-23 13:21:35 +0000
commitac72ffdf91ed07c36c102bb38f4c12480383ca93 (patch)
tree026366199438c9db1efd9bf2aea82a598c78633f
parent0483657e2562f644b80586566f9aea8fc09f914c (diff)
downloadFreeBSD-src-ac72ffdf91ed07c36c102bb38f4c12480383ca93.zip
FreeBSD-src-ac72ffdf91ed07c36c102bb38f4c12480383ca93.tar.gz
Regenerate (install tclAppInit.c in the installhdrs step).
-rw-r--r--lib/libtcl/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index 57be55d..91fd46b 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.26 1998/01/17 15:49:55 bde Exp $
+# $Id$
#
# This file is generated automatically, do not edit it here!
#
# 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.26 1997/10/01 13:31:29 phk Exp
+# Id: mkMakefile.sh,v 1.29 1998/03/23 13:15:41 bde Exp
#
TCLDIST=${.CURDIR}/../../contrib/tcl
@@ -51,13 +51,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;"
OpenPOWER on IntegriCloud