diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-24 21:29:22 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-24 21:29:22 +0000 |
commit | 972b958d3aa2ebbbdbf4617f230f1a522a23bc2a (patch) | |
tree | 270aec4aba96155db85238df2fa88184ecf36bbc | |
parent | 4c8b1e07747e2c68ae59a94af4c66277c346d794 (diff) | |
download | gdb-972b958d3aa2ebbbdbf4617f230f1a522a23bc2a.zip gdb-972b958d3aa2ebbbdbf4617f230f1a522a23bc2a.tar.gz gdb-972b958d3aa2ebbbdbf4617f230f1a522a23bc2a.tar.bz2 |
No longer need to keep/lose any MPW stuff
-rw-r--r-- | gas/config/.Sanitize | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index d284d89..a1dab26 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -15,12 +15,6 @@ Do-first: -if ( echo $* | grep keep\-mpw > /dev/null ) ; then - keep_these_too="ho-mpw.h" -else - lose_these_too="ho-mpw.h" -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 |