summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-11-11 00:07:37 (GMT)
committerhobbs <hobbs>2003-11-11 00:07:37 (GMT)
commitfc3d00c526690631ed19efb19ef61982f57bc6a0 (patch)
treeb83c694721b0e40accb2aac04f8fa781b62aeb16 /unix
parent89616a36f9c3d31b0da35547101986b962641ed8 (diff)
downloadtk-fc3d00c526690631ed19efb19ef61982f57bc6a0.zip
tk-fc3d00c526690631ed19efb19ef61982f57bc6a0.tar.gz
tk-fc3d00c526690631ed19efb19ef61982f57bc6a0.tar.bz2
* unix/Makefile.in (SHLIB_LD_FLAGS): include in Makefile as it is
used in MAKE_LIB sometimes (ie: AIX-64) [Bug #829686] (jimix)
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 7a1d360..201011f 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.89 2003/05/31 18:32:20 jenglish Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.90 2003/11/11 00:07:37 hobbs Exp $
# Current Tk version; used in various names.
@@ -235,6 +235,7 @@ WISH_LIBS = $(TCL_LIB_SPEC) @LIBS@ $(X11_LIB_SWITCHES) @TCL_LIBS@
STLIB_LD = @STLIB_LD@
SHLIB_LD = @SHLIB_LD@
+SHLIB_LD_FLAGS = @SHLIB_LD_FLAGS@
SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
TK_SHLIB_LD_EXTRAS = @TK_SHLIB_LD_EXTRAS@