diff options
author | wart <wart> | 1999-07-30 22:26:23 (GMT) |
---|---|---|
committer | wart <wart> | 1999-07-30 22:26:23 (GMT) |
commit | 8ea6844741b9f3e3fa09a26416d3f0f183a63704 (patch) | |
tree | 6536b580e7ba2aa503b4f6cd1fb16f352adbfd5a /unix/Makefile.in | |
parent | 77a242e5abd03ab238d92c84e7093a78b87e25c8 (diff) | |
download | tcl-8ea6844741b9f3e3fa09a26416d3f0f183a63704.zip tcl-8ea6844741b9f3e3fa09a26416d3f0f183a63704.tar.gz tcl-8ea6844741b9f3e3fa09a26416d3f0f183a63704.tar.bz2 |
Parameterized the static library linkers (ar cr and lib -nologo) to assist
in merging the Makefile.in files later.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index e4bd94d..39aae51 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.42 1999/07/22 21:50:56 redman Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.43 1999/07/30 22:26:23 wart Exp $ VERSION = @TCL_VERSION@ @@ -169,6 +169,7 @@ INSTALL_DATA = ${INSTALL} -m 644 # configure script. You shouldn't normally need to modify any of # these definitions by hand. +STLIB_LD = @STLIB_LD@ SHLIB_LD = @SHLIB_LD@ SHLIB_CFLAGS = @SHLIB_CFLAGS@ |