diff options
-rw-r--r-- | gdb/ChangeLog | 7 | ||||
-rw-r--r-- | gdb/Makefile.in | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3a30271..6b8ac48 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 4fd66a6d..a8d2101 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. |