aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1998-01-31 06:19:34 +0000
committerFred Fish <fnf@specifix.com>1998-01-31 06:19:34 +0000
commit5266a484f4aa49a9ea52adbca949f6224ec2fcee (patch)
tree6b3a7388e5bdab91a31392f2a969e5652f7ab5f0 /config
parent2aff49dd48e83a34fef4fe6260e7e4a96fa28e43 (diff)
downloadgdb-5266a484f4aa49a9ea52adbca949f6224ec2fcee.zip
gdb-5266a484f4aa49a9ea52adbca949f6224ec2fcee.tar.gz
gdb-5266a484f4aa49a9ea52adbca949f6224ec2fcee.tar.bz2
Make --keep-mswin
Diffstat (limited to 'config')
-rw-r--r--config/.Sanitize6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/.Sanitize b/config/.Sanitize
index 127ad3c..dd2ec61 100644
--- a/config/.Sanitize
+++ b/config/.Sanitize
@@ -21,10 +21,10 @@ else
lose_these_too="${lose_these_too} mt-r5900"
fi
-if ( echo $* | grep keep\-mswin > /dev/null ) ; then
- keep_these_too="${keep_these_too} mh-windows"
-else
+if ( echo $* | grep lose\-mswin > /dev/null ) ; then
lose_these_too="${lose_these_too} mh-windows"
+else
+ keep_these_too="${keep_these_too} mh-windows"
fi
# All files listed between the "Things-to-keep:" line and the