summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--unix/Makefile.in3
-rw-r--r--win/Makefile.in3
2 files changed, 4 insertions, 2 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@
diff --git a/win/Makefile.in b/win/Makefile.in
index c60db65..f1a18d5 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.17 1999/07/22 23:45:53 redman Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.18 1999/07/30 22:26:23 wart Exp $
VERSION = @TCL_VERSION@
@@ -145,6 +145,7 @@ LDFLAGS_CONSOLE = @LDFLAGS_CONSOLE@
LDFLAGS_WINDOW = @LDFLAGS_WINDOW@
EXEEXT = @EXEEXT@
OBJEXT = @OBJEXT@
+STLIB_LD = @STLIB_LD@
SHLIB_LD = @SHLIB_LD@
SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
SHLIB_CFLAGS = @SHLIB_CFLAGS@