aboutsummaryrefslogtreecommitdiff
path: root/opcodes/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/.Sanitize')
-rw-r--r--opcodes/.Sanitize11
1 files changed, 8 insertions, 3 deletions
diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize
index cbbf57e..3a2d8c8 100644
--- a/opcodes/.Sanitize
+++ b/opcodes/.Sanitize
@@ -17,9 +17,14 @@ Do-first:
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
keep_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
- if ( echo $* | grep keep\-gm > /dev/null ) ; then
- keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
- fi
+else
+ lose_these_too="mpw-make.in mpw-config.in ChangeLog.mpw"
+fi
+
+if ( echo $* | grep keep\-gm > /dev/null ) ; then
+ keep_these_too="mpw-xconfig.in ChangeLog.gm ${keep_these_too}"
+else
+ lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the