Add coffswap.h to file list for TIc80 sanitization.

This commit is contained in:
Fred Fish 1997-07-09 00:34:22 +00:00
parent 7f2e68542b
commit 67bc13a478
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ else
done
fi
tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h"
tic80_files="ChangeLog Makefile.in archures.c bfd-in2.h config.bfd configure configure.in targets.c coffcode.h coffswap.h"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
for i in $tic80_files ; do
if test ! -d $i && (grep sanitize-tic80 $i > /dev/null) ; then