aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-08-09 19:05:29 +0000
committerTom Tromey <tromey@redhat.com>1996-08-09 19:05:29 +0000
commit611f046fe2051a3c8371d872f90f02d88aa606a4 (patch)
tree5a5a49b3e3024ff2d950de5418d28a1f189ecf5d /gdb/Makefile.in
parentd92099f1982e20d90ea2beeb2a8f0d0fcf87cb70 (diff)
downloadgdb-611f046fe2051a3c8371d872f90f02d88aa606a4.zip
gdb-611f046fe2051a3c8371d872f90f02d88aa606a4.tar.gz
gdb-611f046fe2051a3c8371d872f90f02d88aa606a4.tar.bz2
* Makefile.in (LIB_INSTALL_DIR): New macro.
(TCL): Include @TCL_LD_SEARCH_FLAGS@.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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.