diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-04-10 22:59:42 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-04-10 22:59:42 +0000 |
commit | 7a4f107d380c42b1b20bb85f8380de90ab771507 (patch) | |
tree | 9e880c69b5bbc89befb524068d2f462cef126596 /opcodes | |
parent | 1e0956858e37bf7b005fe901458dab895ef9a8df (diff) | |
download | gdb-7a4f107d380c42b1b20bb85f8380de90ab771507.zip gdb-7a4f107d380c42b1b20bb85f8380de90ab771507.tar.gz gdb-7a4f107d380c42b1b20bb85f8380de90ab771507.tar.bz2 |
always keep MPW support files
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/.Sanitize | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index 2ce6c2c..fcdefd7 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -15,14 +15,6 @@ Do-first: -mpw_files="mpw-make.in mpw-config.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 - rce_files="rce-dis.c rce-opc.h" if ( echo $* | grep keep\-rce > /dev/null ) ; then @@ -68,6 +60,8 @@ m68k-dis.c m88k-dis.c mips-dis.c mips-opc.c +mpw-config.in +mpw-make.in ns32k-dis.c ppc-dis.c ppc-opc.c |