Sanitize arc stuff from Makefile.in.

This commit is contained in:
Ian Lance Taylor 1995-07-04 19:43:44 +00:00
parent 9135e5f83b
commit 4a674fd49b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ else
done
fi
arc_files="ChangeLog configure.in disassemble.c"
arc_files="ChangeLog Makefile.in 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