From 2a79b2028e7bd2abbe3ffa7c672b31b1c28f9c8b Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 11 Jan 1994 02:55:30 +0000 Subject: [PATCH] Set lose_these_too correctly --- gas/.Sanitize | 11 ++++++++--- gas/config/.Sanitize | 2 ++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gas/.Sanitize b/gas/.Sanitize index 042e56cd942..930d33ce398 100644 --- a/gas/.Sanitize +++ b/gas/.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 diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index d5130cf34e3..d70a8216095 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 -- 2.30.2