From owner-cvs-user Mon Dec 16 03:54:01 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA21027 for cvs-user-outgoing; Mon, 16 Dec 1996 03:54:01 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA21018; Mon, 16 Dec 1996 03:53:58 -0800 (PST) Date: Mon, 16 Dec 1996 03:53:58 -0800 (PST) From: Peter Wemm Message-Id: <199612161153.DAA21018@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/tools/tools/tcl_bmake mkMakefile.sh Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/16 03:53:57 Modified: tools/tools/tcl_bmake mkMakefile.sh Log: Reverse the tcl configure's decision to "disable" the use of ranlib since it's wrong. It "knows" that ranlib is not used on shared libraries, this is not a valid assumption since it exports this definition to the world via tclConfig.sh. :-( Hence, things like expect (to be updated) fall over because they were using ":" instead of "ranlib" on their static libraries. Revision Changes Path 1.17 +4 -3 src/tools/tools/tcl_bmake/mkMakefile.sh