aboutsummaryrefslogtreecommitdiff
path: root/.Sanitize
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1995-11-14 10:40:55 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1995-11-14 10:40:55 +0000
commita6cb89ff68e59329755739e153d58146826bd5de (patch)
treee106dfb0ca8a722337fb2e717225d537892ca646 /.Sanitize
parentac79ccd41d788a8d44ccfee910021df3e227517a (diff)
downloadfsf-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--.Sanitize6
1 files changed, 3 insertions, 3 deletions
diff --git a/.Sanitize b/.Sanitize
index 9fca7c6..7edd1ef 100644
--- a/.Sanitize
+++ b/.Sanitize
@@ -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