aboutsummaryrefslogtreecommitdiff
path: root/ld/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r--ld/.Sanitize6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize
index d143e77..7f36d07 100644
--- a/ld/.Sanitize
+++ b/ld/.Sanitize
@@ -15,10 +15,12 @@
Do-first:
+mpw_files="mpw-make.in mpw-config.in ChangeLog.mpw"
+
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
- keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${keep_these_too}"
+ keep_these_too="${mpw_files} ${keep_these_too}"
else
- lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw ${lose_these_too}"
+ lose_these_too="${mpw_files} ${lose_these_too}"
fi
if ( echo $* | grep keep\-gm > /dev/null ) ; then