add write.c to v850_files

This commit is contained in:
Ian Lance Taylor 1996-10-28 23:13:44 +00:00
parent 0788224594
commit edc4ed85c8
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ else
done
fi
v850_files="ChangeLog configure.in configure Makefile.in"
v850_files="ChangeLog configure.in configure Makefile.in write.c"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
for i in $v850_files ; do
if test ! -d $i && (grep sanitize-v850 $i > /dev/null) ; then