summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/300-gdb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 497a315..f112cdd 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -186,7 +186,7 @@ do_debug_gdb_build() {
CT_DoExecLog ALL make install
# We no longer need the temporary tic. Remove it
- CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/bin/tic"
+ CT_DoExecLog DEBUG rm -fv "${CT_PREFIX_DIR}/buildtools/tic${tic_ext}"
fi # do_ncurses
CT_DoLog EXTRA "Configuring native gdb"