ns32k port from Ian Dall
[binutils-gdb.git] / ld / .Sanitize
index d143e77ee727189b47e68ea6481f53aefb93f1e6..7f36d07925a7dde04a19f365304008bc5c3451b0 100644 (file)
 
 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