diff options
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index fbca974..fe2013c 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.109 2002/07/23 17:30:06 mdejong Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.110 2002/07/24 13:51:18 das Exp $ VERSION = @TCL_VERSION@ @@ -433,8 +433,7 @@ doc: ${TCL_LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} rm -f ${TCL_LIB_FILE} @MAKE_LIB@ - @if test "x@DL_OBJS@" = "xtclLoadAout.o" || \ - test "x@DL_OBJS@" = "xtclLoadDyld.o" ; then \ + @if test "x@DL_OBJS@" = "xtclLoadAout.o" ; then \ echo "$(RANLIB) ${TCL_LIB_FILE}"; \ $(RANLIB) ${TCL_LIB_FILE}; \ fi |