summaryrefslogtreecommitdiffstats
path: root/lib/libtcl
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-12-30 06:20:21 +0000
committerpeter <peter@FreeBSD.org>1996-12-30 06:20:21 +0000
commit2ab556210a8d4b9c55b04839ff2ee4ac489af7ba (patch)
treedd168bc677ce172c8a894798bea99da8492d7daa /lib/libtcl
parent864897b3645b7c49118b5cf5fb7f7a0cc8d9bed8 (diff)
downloadFreeBSD-src-2ab556210a8d4b9c55b04839ff2ee4ac489af7ba.zip
FreeBSD-src-2ab556210a8d4b9c55b04839ff2ee4ac489af7ba.tar.gz
Back out max's rev 1.15. tclLoad.c and tclLoadDl2.c are most definately
needed, as he discovered when he tried to run vi. :-] These files used to be stubs which used #ifdef PIC to decide whether to use the real dlopen() version or the stub version from the src/contrib/tcl sources. Now, with the our stubs gone, the .PATH directive causes them to be compiled directly from src/contrib/tcl/{unix,generic}. You might need to rebuild your depend rules though as they may have stale paths. Also, this is a generated file. This should not have been edited here.
Diffstat (limited to 'lib/libtcl')
-rw-r--r--lib/libtcl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libtcl/Makefile b/lib/libtcl/Makefile
index fb10653..a9fa947 100644
--- a/lib/libtcl/Makefile
+++ b/lib/libtcl/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1996/12/17 13:13:11 peter Exp $
+# $Id: Makefile,v 1.15 1996/12/30 01:11:26 max Exp $
#
# This file is generated automatically, do not edit it here!
#
@@ -39,10 +39,11 @@ SRCS= panic.c regexp.c tclAsync.c tclBasic.c tclCkalloc.c tclClock.c \
tclCmdAH.c tclCmdIL.c tclCmdMZ.c tclDate.c tclEnv.c tclEvent.c \
tclExpr.c tclFHandle.c tclFileName.c tclGet.c tclHash.c \
tclHistory.c tclInterp.c tclIO.c tclIOCmd.c tclIOSock.c \
- tclIOUtil.c tclLink.c tclMain.c tclNotify.c tclParse.c \
+ tclIOUtil.c tclLink.c tclLoad.c tclMain.c tclNotify.c tclParse.c \
tclPkg.c tclPosixStr.c tclPreserve.c tclProc.c tclUtil.c \
tclVar.c tclMtherr.c tclUnixChan.c tclUnixFile.c tclUnixNotfy.c \
- tclUnixPipe.c tclUnixSock.c tclUnixTime.c tclUnixInit.c
+ tclUnixPipe.c tclUnixSock.c tclUnixTime.c tclUnixInit.c \
+ tclLoadDl2.c
HEADERS=generic/patchlevel.h generic/tclInt.h generic/tclPort.h \
generic/tclRegexp.h unix/tclUnixPort.h
OpenPOWER on IntegriCloud