* Makefile.in (LIB_INSTALL_DIR): New macro.
authorTom Tromey <tromey@redhat.com>
Fri, 9 Aug 1996 19:05:29 +0000 (19:05 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 9 Aug 1996 19:05:29 +0000 (19:05 +0000)
(TCL): Include @TCL_LD_SEARCH_FLAGS@.

gdb/ChangeLog
gdb/Makefile.in

index 3a30271..6b8ac48 100644 (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
index 4fd66a6..a8d2101 100644 (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.