diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3a30271ced..6b8ac48f30 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-gdbtk +Fri Aug 9 12:32:53 1996 Tom Tromey + + * 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 diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 4fd66a6d1b..a8d21017e6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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.