diff options
author | hobbs <hobbs> | 2005-02-10 23:41:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-02-10 23:41:41 (GMT) |
commit | 802c302f98451b35efadb747053097f4353fb418 (patch) | |
tree | 6ce4308c54e75247b1453557f58b8cc1d88f3edc /unix/Makefile.in | |
parent | 526286e853d3b6de748f9fd0370d05b2c03774f4 (diff) | |
download | tk-802c302f98451b35efadb747053097f4353fb418.zip tk-802c302f98451b35efadb747053097f4353fb418.tar.gz tk-802c302f98451b35efadb747053097f4353fb418.tar.bz2 |
* unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined
* unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5
* unix/configure: branches in SC_CONFIG_CFLAGS.
Correct gcc builds for AIX-4+ and HP-UX-11.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r-- | unix/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 6919033..b5a208d 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.6 2004/11/18 10:28:23 rmax Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.87.2.7 2005/02/10 23:42:01 hobbs Exp $ # Current Tk version; used in various names. @@ -235,7 +235,6 @@ 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@ |