summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwart <wart@noemail.net>1999-07-30 22:26:23 (GMT)
committerwart <wart@noemail.net>1999-07-30 22:26:23 (GMT)
commit9fba1164c32e4d05cc78a6272c0ffe0003f0031e (patch)
tree6536b580e7ba2aa503b4f6cd1fb16f352adbfd5a
parent6158db1ef73664af2b9cf7e7c5d638c6bbb4340c (diff)
downloadtcl-9fba1164c32e4d05cc78a6272c0ffe0003f0031e.zip
tcl-9fba1164c32e4d05cc78a6272c0ffe0003f0031e.tar.gz
tcl-9fba1164c32e4d05cc78a6272c0ffe0003f0031e.tar.bz2
Parameterized the static library linkers (ar cr and lib -nologo) to assist
in merging the Makefile.in files later. FossilOrigin-Name: ef28f0d52d704b7cacfbe44d2a5f8fd2506ce678
-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@