mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
* Makefile.in (LIB_INSTALL_DIR): New macro.
(TCL): Include @TCL_LD_SEARCH_FLAGS@.
This commit is contained in:
@ -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
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user