diff options
author | John R. Moore <jmoore@redhat.com> | 2001-07-27 16:35:27 +0000 |
---|---|---|
committer | John R. Moore <jmoore@redhat.com> | 2001-07-27 16:35:27 +0000 |
commit | dd2504abf3c7e6f2ab3cb42941f17c8c65269342 (patch) | |
tree | e0fcef418cbbe90741a23542d4aad5feda7871ab /gdb/Makefile.in | |
parent | 8bd8d2153f4fac0071f4a5475f5e6bd73794f4b0 (diff) | |
download | gdb-dd2504abf3c7e6f2ab3cb42941f17c8c65269342.zip gdb-dd2504abf3c7e6f2ab3cb42941f17c8c65269342.tar.gz gdb-dd2504abf3c7e6f2ab3cb42941f17c8c65269342.tar.bz2 |
Added dependency on tcl/tk libraries.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b4c5df0..c1cf333 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -229,7 +229,7 @@ LIB_INSTALL_DIR = $(libdir) LIB_RUNTIME_DIR = $(libdir) TCL = @TCL_LD_SEARCH_FLAGS@ @TCL_BUILD_LIB_SPEC@ TCL_CFLAGS = @TCLHDIR@ -TCL_DEPS = +TCL_DEPS = @TCL_DEPS@ GDBTKLIBS = @GDBTKLIBS@ # Extra flags that the GDBTK files need: GDBTK_CFLAGS = @GDBTK_CFLAGS@ @@ -237,7 +237,7 @@ GDBTK_CFLAGS = @GDBTK_CFLAGS@ # Where is the TK library? Typically in ../tk. TK = @TK_BUILD_LIB_SPEC@ TK_CFLAGS = @TKHDIR@ @TK_BUILD_INCLUDES@ -TK_DEPS = +TK_DEPS = @TK_DEPS@ # Where is Itcl? Typically in ../itcl/itcl. ITCL_CFLAGS = @ITCLHDIR@ |