diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-04-12 19:29:34 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-04-12 19:29:34 +0000 |
commit | 0fb26eac12dad00e77d98f010234c0bee7ca03a0 (patch) | |
tree | ad7f10402b95729f4ea07755d1644e5b382ef844 /gas/.Sanitize | |
parent | b55496866df097b0cea1c4c843b3f4db7be38055 (diff) | |
download | gdb-0fb26eac12dad00e77d98f010234c0bee7ca03a0.zip gdb-0fb26eac12dad00e77d98f010234c0bee7ca03a0.tar.gz gdb-0fb26eac12dad00e77d98f010234c0bee7ca03a0.tar.bz2 |
Always keep MPW support
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r-- | gas/.Sanitize | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize index 3c03a6f..5787e7c 100644 --- a/gas/.Sanitize +++ b/gas/.Sanitize @@ -15,12 +15,6 @@ Do-first: -if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw" -else - lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw" -fi - # All files listed between the "Things-to-keep:" line and the # "Files-to-sed:" line will be kept. All other files will be removed. # Directories listed in this section will have their own Sanitize @@ -81,6 +75,8 @@ listing.c listing.h literal.c messages.c +mpw-config.in +mpw-make.in obj.h output-file.c output-file.h |