From 2eccfe1eb7b55dbcace482cf354d831fc3a1be6a Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Fri, 19 Jul 2002 15:15:50 +0000 Subject: macosx build fix --- ChangeLog | 5 +++++ unix/Makefile.in | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a3aaec4..7915ec9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-19 Vince Darley + + * unix/Makefile.in: fix to build on MacOS X [Bug 529801], bug + report and fix from jcw. + 2002-07-19 Donal K. Fellows * win/tclWinSerial.c (no_timeout): Made this variable static. diff --git a/unix/Makefile.in b/unix/Makefile.in index dd1d58b..92b6922 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.107 2002/07/16 23:13:07 mdejong Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.108 2002/07/19 15:15:51 vincentdarley Exp $ VERSION = @TCL_VERSION@ @@ -436,6 +436,9 @@ ${TCL_LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} if test "x@DL_OBJS@" = "xtclLoadAout.o"; then \ $(RANLIB) ${TCL_LIB_FILE}; \ fi + if test "x@DL_OBJS@" = "xtclLoadDyld.o"; then \ + $(RANLIB) ${TCL_LIB_FILE}; \ + fi ${STUB_LIB_FILE}: ${STUB_LIB_OBJS} rm -f ${STUB_LIB_FILE} -- cgit v0.12