From owner-cvs-lib Sun Dec 29 22:20:24 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA03029 for cvs-lib-outgoing; Sun, 29 Dec 1996 22:20:24 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA03022; Sun, 29 Dec 1996 22:20:22 -0800 (PST) Date: Sun, 29 Dec 1996 22:20:22 -0800 (PST) From: Peter Wemm Message-Id: <199612300620.WAA03022@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libtcl Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/29 22:20:22 Modified: lib/libtcl Makefile Log: 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. Revision Changes Path 1.16 +4 -3 src/lib/libtcl/Makefile