* Makefile.in (LIB_INSTALL_DIR): New macro.

(TCL): Include @TCL_LD_SEARCH_FLAGS@.
This commit is contained in:
Tom Tromey 1996-08-09 19:05:29 +00:00
parent d92099f198
commit 611f046fe2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
start-sanitize-gdbtk
Fri Aug 9 12:32:53 1996 Tom Tromey <tromey@creche.cygnus.com>
* Makefile.in (LIB_INSTALL_DIR): New macro.
(TCL): Include @TCL_LD_SEARCH_FLAGS@.
end-sanitize-gdbtk
Fri Aug 9 12:42:49 1996 Jeffrey A Law (law@cygnus.com)
* somread.c (som_symtab_read): Handle secondary definition

View File

@ -129,7 +129,8 @@ SIM =
#start-sanitize-gdbtk
# Where is the TCL library? Typically in ../tcl.
TCL = @TCL_BUILD_LIB_SPEC@
LIB_INSTALL_DIR = $(libdir)
TCL = @TCL_LD_SEARCH_FLAGS@ @TCL_BUILD_LIB_SPEC@
TCL_CFLAGS = @TCLHDIR@
# Where is the TK library? Typically in ../tk.