aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-11 16:11:16 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-11 16:11:16 +0000
commit033afc63777f6e1d89dde2445d774e783157b1b4 (patch)
tree3742794c8015f14734d943f2f45d1f4a92e70a10 /gdb/Makefile.in
parent42b5d0eaa962df3f585a3c120abd43d2d7cbf76c (diff)
downloadgdb-033afc63777f6e1d89dde2445d774e783157b1b4.zip
gdb-033afc63777f6e1d89dde2445d774e783157b1b4.tar.gz
gdb-033afc63777f6e1d89dde2445d774e783157b1b4.tar.bz2
2003-02-11 Andrew Cagney <ac131313@redhat.com>
* acinclude.m4 (no_tcl): SUBST TCL_CC_SEARCH_FLAGS. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in (TCL): Use TCL_CC_SEARCH_FLAGS instead of TCL_LD_SEARCH_FLAGS.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 61ddec1..f4dd665 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -240,7 +240,7 @@ WIN32LIBS = @WIN32LIBS@
LIB_INSTALL_DIR = $(libdir)
# This variable is needed when doing dynamic linking.
LIB_RUNTIME_DIR = $(libdir)
-TCL = @TCL_LD_SEARCH_FLAGS@ @TCL_BUILD_LIB_SPEC@
+TCL = @TCL_CC_SEARCH_FLAGS@ @TCL_BUILD_LIB_SPEC@
TCL_CFLAGS = @TCLHDIR@
TCL_DEPS = @TCL_DEPS@
GDBTKLIBS = @GDBTKLIBS@