diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-11-14 10:40:55 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-11-14 10:40:55 +0000 |
commit | a6cb89ff68e59329755739e153d58146826bd5de (patch) | |
tree | e106dfb0ca8a722337fb2e717225d537892ca646 /.Sanitize | |
parent | ac79ccd41d788a8d44ccfee910021df3e227517a (diff) | |
download | fsf-binutils-gdb-a6cb89ff68e59329755739e153d58146826bd5de.zip fsf-binutils-gdb-a6cb89ff68e59329755739e153d58146826bd5de.tar.gz fsf-binutils-gdb-a6cb89ff68e59329755739e153d58146826bd5de.tar.bz2 |
Update. cfg-ml-com.in replaced with config-ml.in.
Diffstat (limited to '.Sanitize')
-rw-r--r-- | .Sanitize | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -202,7 +202,7 @@ if [ -n "${verbose}" ] ; then echo Processing \"arc\"... fi -arc_files="config.sub configure.in cfg-ml-com.in" +arc_files="config.sub configure.in config-ml.in" if ( echo $* | grep keep\-arc > /dev/null ) ; then for i in $arc_files ; do @@ -235,7 +235,7 @@ if [ -n "${verbose}" ] ; then echo Processing \"jaguar\"... fi -jaguar_files="config.sub configure.in cfg-ml-com.in" +jaguar_files="config.sub configure.in config-ml.in" if ( echo $* | grep keep\-jaguar > /dev/null ) ; then for i in $jaguar_files ; do @@ -322,7 +322,7 @@ else done fi -sh3e_files="ChangeLog cfg-ml-com.in" +sh3e_files="ChangeLog config-ml.in" if ( echo $* | grep keep\-sh3e > /dev/null ) ; then for i in $sh3e_files ; do if test ! -d $i && (grep sanitize-sh3e $i > /dev/null) ; then |