From: Ken Raeburn Date: Wed, 27 Apr 1994 17:19:58 +0000 (+0000) Subject: Trying to make yesterday's "simplification" actually work... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eccc57e5ff27159c566939ac55f7df17293cec87;p=binutils-gdb.git Trying to make yesterday's "simplification" actually work... --- diff --git a/.Sanitize b/.Sanitize index 752630c340a..d6d21eeae3a 100644 --- a/.Sanitize +++ b/.Sanitize @@ -15,7 +15,7 @@ Do-first: -cygnus_files = "release release-info build-all.mk" +cygnus_files="release release-info build-all.mk" if ( echo $* | grep keep\-cygnus > /dev/null) ; then keep_these_too="${keep_these_too} ${cygnus_files}" @@ -23,7 +23,7 @@ else lose_these_too="${lose_these_too} ${cygnus_files}" fi -mpw_files = "mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw" +mpw_files="mpw-README mpw-configure mpw-config.in mpw-build.in ChangeLog.mpw" if ( echo $* | grep keep\-mpw > /dev/null) ; then keep_these_too="${keep_these_too} ${mpw_files}"