diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-19 16:08:48 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-19 16:08:48 +0000 |
commit | 28a2119fba3924f698156c0b243387be464243d8 (patch) | |
tree | 6f1451bef00bf6f309137c886c8e404be7f58496 /opcodes | |
parent | 633e62380321e387bd7e7e9df3b59ba29bd5864f (diff) | |
download | gdb-28a2119fba3924f698156c0b243387be464243d8.zip gdb-28a2119fba3924f698156c0b243387be464243d8.tar.gz gdb-28a2119fba3924f698156c0b243387be464243d8.tar.bz2 |
don't sanitize arc files that have already been deleted
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 f1619d2..22eeeb1 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -154,7 +154,7 @@ else done fi -arc_files="ChangeLog configure.in disassemble.c arc-dis.c arc-opc.c" +arc_files="ChangeLog configure.in disassemble.c" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then |