diff options
author | Steve Chamberlain <sac@cygnus> | 1994-12-06 23:29:54 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-12-06 23:29:54 +0000 |
commit | 7014c55e40d98b93acd9318da65ba1084282d8a4 (patch) | |
tree | 3cb269345ba7a898f62b6a4d89985ddead9fee88 /opcodes | |
parent | 6fd3edd8d09656a1ee9b66a8572d3663766b7210 (diff) | |
download | gdb-7014c55e40d98b93acd9318da65ba1084282d8a4.zip gdb-7014c55e40d98b93acd9318da65ba1084282d8a4.tar.gz gdb-7014c55e40d98b93acd9318da65ba1084282d8a4.tar.bz2 |
Clean the sh3 stuff out the right way.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 6c6c253..f1619d2 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -104,7 +104,7 @@ else done fi -sh3_files="ChangeLog sh3-opc.h" +sh3_files="ChangeLog sh-opc.h" if ( echo $* | grep keep\-sh3 > /dev/null ) ; then if [ -n "${verbose}" ] ; then echo Keeping sh3 stuff in $sh3_files. |