summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorwart <wart>1999-07-30 22:26:23 (GMT)
committerwart <wart>1999-07-30 22:26:23 (GMT)
commit8ea6844741b9f3e3fa09a26416d3f0f183a63704 (patch)
tree6536b580e7ba2aa503b4f6cd1fb16f352adbfd5a /unix/Makefile.in
parent77a242e5abd03ab238d92c84e7093a78b87e25c8 (diff)
downloadtcl-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.in3
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@