diff options
author | stanton <stanton@noemail.net> | 1999-03-11 21:47:37 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-03-11 21:47:37 (GMT) |
commit | d5a078156daf5ca2a9145ded42d3b2d03198d4c6 (patch) | |
tree | e4aa8b6d14f69842c22e62fdcf4c5683bbd26f50 /unix/Makefile.in | |
parent | 1a4b6ba83a80d21f6bf6496a5d12e058235ff94d (diff) | |
download | tcl-d5a078156daf5ca2a9145ded42d3b2d03198d4c6.zip tcl-d5a078156daf5ca2a9145ded42d3b2d03198d4c6.tar.gz tcl-d5a078156daf5ca2a9145ded42d3b2d03198d4c6.tar.bz2 |
Changed package tests to build against the stubs library.core-8-1-merge-latest
FossilOrigin-Name: 7bca5a035ccf3178087fe5238aed2d06264c4809
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ec5d09c..0c51267 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.19 1999/03/11 02:49:35 stanton Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.20 1999/03/11 21:47:39 stanton Exp $ # Current Tcl version; used in various names. @@ -375,7 +375,7 @@ all: ${TCL_LIB_FILE} $(TCL_STUB_LIB_FILE) tclsh # The following target is configured by autoconf to generate either # a shared library or non-shared library for Tcl. -${TCL_LIB_FILE}: ${OBJS} +${TCL_LIB_FILE}: ${OBJS} ${STUB_LIB_FILE} rm -f ${TCL_LIB_FILE} @MAKE_LIB@ $(RANLIB) ${TCL_LIB_FILE} |