Add sim-main.h to v850e_files for sanitization.

This commit is contained in:
Jason Molenda 1998-02-03 01:37:25 +00:00
parent dd597db0ed
commit 240dd45fde
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ Things-to-lose:
Do-last:
v850e_files="interp.c simops.c v850.igen v850-dc ChangeLog"
v850e_files="interp.c simops.c v850.igen v850-dc ChangeLog sim-main.h"
if ( echo $* | grep keep\-v850e > /dev/null ) ; then
for i in $v850e_files ; do
if test -r $i && (grep sanitize-v850e $i > /dev/null) ; then