diff options
author | hobbs <hobbs> | 2003-11-11 00:05:36 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-11-11 00:05:36 (GMT) |
commit | cc28a05ba298a726964b45ca22b9cfc39a65d8a4 (patch) | |
tree | 03de1a830bda8899993a865d44e0a6a7f55015b9 /unix | |
parent | 231215f810e8b352d079b976e7911f0731a977b5 (diff) | |
download | tk-cc28a05ba298a726964b45ca22b9cfc39a65d8a4.zip tk-cc28a05ba298a726964b45ca22b9cfc39a65d8a4.tar.gz tk-cc28a05ba298a726964b45ca22b9cfc39a65d8a4.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.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index d19eef8..ecd6d59 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.87.2.1 2003/05/20 17:32:19 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.87.2.2 2003/11/11 00:05:36 hobbs Exp $ # Current Tk version; used in various names. @@ -235,6 +235,7 @@ WISH_LIBS = $(TCL_LIB_SPEC) @LIBS@ $(X11_LIB_SWITCHES) @DL_LIBS@ @MATH_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@ |