From: Ken Raeburn Date: Mon, 19 Dec 1994 16:08:48 +0000 (+0000) Subject: don't sanitize arc files that have already been deleted X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28a2119fba3924f698156c0b243387be464243d8;p=binutils-gdb.git don't sanitize arc files that have already been deleted --- diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index f1619d20241..22eeeb1c64e 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