diff options
author | Martin Hunt <hunt@redhat.com> | 1996-08-28 19:15:20 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-08-28 19:15:20 +0000 |
commit | fbe695a36fa9c209460d326ef4aa5b1079bd79a6 (patch) | |
tree | 407529d585bf1efe58f4aa313bf2314db9b33331 /gdb | |
parent | 166acb9f8f8c167a5ffa12b47076dc1351f0991f (diff) | |
download | fsf-binutils-gdb-fbe695a36fa9c209460d326ef4aa5b1079bd79a6.zip fsf-binutils-gdb-fbe695a36fa9c209460d326ef4aa5b1079bd79a6.tar.gz fsf-binutils-gdb-fbe695a36fa9c209460d326ef4aa5b1079bd79a6.tar.bz2 |
Fix d10v_files.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/.Sanitize b/gdb/config/.Sanitize index cbeadd0..519833e 100644 --- a/gdb/config/.Sanitize +++ b/gdb/config/.Sanitize @@ -35,7 +35,7 @@ else fi fi -d10v_files="tm-magic.h" +d10v_files="d10v" if ( echo $* | grep keep\-d10v > /dev/null ) ; then keep_these_too="${d10v_files} ${keep_these_too}" |