diff options
author | vincentdarley <vincentdarley@noemail.net> | 2002-07-19 15:15:49 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2002-07-19 15:15:49 (GMT) |
commit | e2b2f9d56abe92d85ca12e73c0e12c67fb72eb3a (patch) | |
tree | 519427e57fdde92b07a159b595aa5ce3aa6b976a /unix/Makefile.in | |
parent | 14ad4b05160d176b9dc139f01f9e196954964f78 (diff) | |
download | tcl-e2b2f9d56abe92d85ca12e73c0e12c67fb72eb3a.zip tcl-e2b2f9d56abe92d85ca12e73c0e12c67fb72eb3a.tar.gz tcl-e2b2f9d56abe92d85ca12e73c0e12c67fb72eb3a.tar.bz2 |
macosx build fix
FossilOrigin-Name: 03a7e0ce8eb4b07db933b5dd38f1a29ee0769042
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
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} |