summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-19 15:04:11 +0000
committerpeter <peter@FreeBSD.org>1996-08-19 15:04:11 +0000
commit64bc90278be7c1977472919fd5e28706f1a7e9f8 (patch)
tree2592ffb2e3e3223aacd0fc6a50936af55e09bc4b /lib/libtcl
parent3112f72fd330c4060235ce85933d011662bba558 (diff)
downloadFreeBSD-src-64bc90278be7c1977472919fd5e28706f1a7e9f8.zip
FreeBSD-src-64bc90278be7c1977472919fd5e28706f1a7e9f8.tar.gz
corresponding remove of mkdir /usr/libdata/tcl in generated makefile.
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index 43637ae..784a8c9 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,7 +1,7 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/06/26 17:48:13 phk Exp $
# This file is generated automatically, think twice!
# Please change src/tools/tools/tcl_bmake/mkMakefile.sh instead
-# Generated by version $Id: mkMakefile.sh,v 1.1 1996/06/26 17:47:14 phk Exp $
+# Generated by version $Id: Makefile,v 1.1 1996/06/26 17:48:13 phk Exp $
# of src/tools/tools/tcl_bmake/mkMakefile.sh
TCLDIST=${.CURDIR}/../../contrib/tcl
@@ -32,7 +32,6 @@ SRCS= panic.c regexp.c tclAsync.c tclBasic.c tclCkalloc.c tclClock.c \
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 \
OpenPOWER on IntegriCloud