aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbtk.c
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1997-11-27 15:13:14 +0000
committerMichael Meissner <gnu@the-meissners.org>1997-11-27 15:13:14 +0000
commit8d21d88c08f948f9f805afb7e6ca0c4259bedebe (patch)
tree788c48e2951b20bb8021461d77bccf08c3aabd7d /gdb/gdbtk.c
parentb2b1c5da2e1bb2cd869a7e416df9dc35b9453d4f (diff)
downloadgdb-8d21d88c08f948f9f805afb7e6ca0c4259bedebe.zip
gdb-8d21d88c08f948f9f805afb7e6ca0c4259bedebe.tar.gz
gdb-8d21d88c08f948f9f805afb7e6ca0c4259bedebe.tar.bz2
Add tracepoint.o to gdbtk builds
Diffstat (limited to 'gdb/gdbtk.c')
-rw-r--r--gdb/gdbtk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbtk.c b/gdb/gdbtk.c
index d562e29..f5ca636 100644
--- a/gdb/gdbtk.c
+++ b/gdb/gdbtk.c
@@ -1759,10 +1759,10 @@ gdbtk_init ( argv0 )
make_final_cleanup (gdbtk_cleanup, NULL);
/* Initialize the Paths variable. */
+#ifdef IDE
if (ide_initialize_paths (interp, "gdbtcl") != TCL_OK)
error ("ide_initialize_paths failed: %s", interp->result);
-#ifdef IDE
/* start-sanitize-ide */
/* Find the directory where we expect to find idemanager. We ignore
errors since it doesn't really matter if this fails. */