diff options
author | Doug Evans <dje@google.com> | 1998-11-19 21:35:59 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-11-19 21:35:59 +0000 |
commit | 009c4572b6a4fa53d0168e92273b50853274ef10 (patch) | |
tree | c73a2162dbe1ee53fee8731b98f688c29e00b8fb | |
parent | 51142ebcf5d7d5d90b6a4a959442a798ec445104 (diff) | |
download | gdb-009c4572b6a4fa53d0168e92273b50853274ef10.zip gdb-009c4572b6a4fa53d0168e92273b50853274ef10.tar.gz gdb-009c4572b6a4fa53d0168e92273b50853274ef10.tar.bz2 |
run sanitize over Makefile.{am,in} for fr30
-rw-r--r-- | gas/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 2c0aa94..4fb0193 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -305,7 +305,7 @@ else done fi -fr30_files="ChangeLog configure.in configure" +fr30_files="ChangeLog configure.in configure Makefile.am Makefile.in" if ( echo $* | grep keep\-fr30 > /dev/null ) ; then for i in $fr30_files ; do if test ! -d $i && (grep sanitize-fr30 $i > /dev/null) ; then |