diff options
author | Tom Tromey <tromey@redhat.com> | 1996-08-09 19:05:29 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-08-09 19:05:29 +0000 |
commit | 611f046fe2051a3c8371d872f90f02d88aa606a4 (patch) | |
tree | 5a5a49b3e3024ff2d950de5418d28a1f189ecf5d /gdb/Makefile.in | |
parent | d92099f1982e20d90ea2beeb2a8f0d0fcf87cb70 (diff) | |
download | gdb-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.in | 3 |
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. |