diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-11 02:55:30 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-11 02:55:30 +0000 |
commit | 2a79b2028e7bd2abbe3ffa7c672b31b1c28f9c8b (patch) | |
tree | f551581ce080672bf510ed1925c7189bec70c440 /gas/config/.Sanitize | |
parent | 2c96ba79c4d768042209fb9379c45c081cc5354a (diff) | |
download | gdb-2a79b2028e7bd2abbe3ffa7c672b31b1c28f9c8b.zip gdb-2a79b2028e7bd2abbe3ffa7c672b31b1c28f9c8b.tar.gz gdb-2a79b2028e7bd2abbe3ffa7c672b31b1c28f9c8b.tar.bz2 |
Set lose_these_too correctly
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r-- | gas/config/.Sanitize | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index d5130cf..d70a821 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -17,6 +17,8 @@ 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 |