Trying to make yesterday's "simplification" actually work...

This commit is contained in:
Ken Raeburn 1994-04-27 17:19:58 +00:00
parent 5a3a28f2ae
commit eccc57e5ff
1 changed files with 2 additions and 2 deletions

View File

@ -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}"