diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-04-11 18:45:25 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-04-11 18:45:25 +0000 |
commit | 162bcd89b4b07c117f28f40621480a82f98c0d4e (patch) | |
tree | 1f32fa48afbb27a6c1b427a41f88187f139575c2 | |
parent | fff711c45b21c1e34c8bf4ad914a4c81b8aa71ec (diff) | |
download | gdb-162bcd89b4b07c117f28f40621480a82f98c0d4e.zip gdb-162bcd89b4b07c117f28f40621480a82f98c0d4e.tar.gz gdb-162bcd89b4b07c117f28f40621480a82f98c0d4e.tar.bz2 |
Always keep MPW support
-rw-r--r-- | binutils/.Sanitize | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/binutils/.Sanitize b/binutils/.Sanitize index 81b93ee..df81854 100644 --- a/binutils/.Sanitize +++ b/binutils/.Sanitize @@ -15,14 +15,6 @@ Do-first: -mpw_files="mpw-config.in mpw-make.in ChangeLog.mpw" - -if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="${mpw_files} ${keep_these_too}" -else - lose_these_too="${mpw_files} ${lose_these_too}" -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 @@ -59,6 +51,8 @@ is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c +mpw-config.in +mpw-make.in nlmconv.1 nlmconv.c nlmconv.h |