debug/gdb: properly remove build tic

tic is isntalled in buildtools, not in the toolchain's bin dir.
Plus, it may have an extension...
This commit is contained in:
Yann E. MORIN" 2010-07-11 22:26:29 +02:00
parent eec696451e
commit 8258ad7bcf

View File

@ -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"