diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-03-09 20:32:48 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-03-09 20:32:48 +0000 |
commit | 623d4854fcc277fa6581478ffdb88b1073d46263 (patch) | |
tree | 8c91304a5c7284462e285da8e860577357180b5e /gas | |
parent | 02400c00cb2af29cf8992fa2a9463c09de9bc49a (diff) | |
download | gdb-623d4854fcc277fa6581478ffdb88b1073d46263.zip gdb-623d4854fcc277fa6581478ffdb88b1073d46263.tar.gz gdb-623d4854fcc277fa6581478ffdb88b1073d46263.tar.bz2 |
a belated reflection of changed MPW files
Diffstat (limited to 'gas')
-rw-r--r-- | gas/.Sanitize | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 1112bee..b05bb47 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -16,9 +16,9 @@ Do-first: if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw" + keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw" else - lose_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw" + lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw" fi if ( echo $* | grep keep\-gm > /dev/null ) ; then |