From: Stan Shebs Date: Wed, 15 Feb 1995 23:19:55 +0000 (+0000) Subject: keep Windows GDB, believe it or not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd749fdd7abebb472d78c9e6da667161e7617a92;p=binutils-gdb.git keep Windows GDB, believe it or not --- diff --git a/gdb/.Sanitize b/gdb/.Sanitize index ca0e98ca713..99428a25791 100644 --- a/gdb/.Sanitize +++ b/gdb/.Sanitize @@ -29,7 +29,9 @@ else fi fi -gdbtk_files="gdbtk.c gdbtk.tcl" +# mswin gdb is not really gdbtk, but is close enough for now. + +gdbtk_files="gdbtk.c gdbtk.tcl mswin" if ( echo $* | grep keep\-gdbtk > /dev/null ) ; then keep_these_too="${gdbtk_files} ${keep_these_too}"