Add dv-mn103iop.c to list of files to sanitize out.

This commit is contained in:
Joyce Janczyn 1998-06-12 20:05:08 +00:00
parent a85e84c530
commit c7dd0ea6bc
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
Do-first:
am30_files="dv-mn103cpu.c dv-mn103int.c dv-mn103tim.c dv-mn103ser.c"
am30_files="dv-mn103cpu.c dv-mn103int.c dv-mn103tim.c dv-mn103ser.c dv-mn103iop.c"
if ( echo $* | grep keep\-am30 > /dev/null ) ; then
keep_these_too="${am30_files} ${keep_these_too}"
else