a belated reflection of changed MPW files

This commit is contained in:
Stan Shebs 1994-03-09 20:32:48 +00:00
parent 02400c00cb
commit 623d4854fc
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
Do-first:
if ( echo $* | grep keep\-mpw > /dev/null ) ; then
keep_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw"
keep_these_too="mpw-config.in mpw-make.in ChangeLog.mpw"
else
lose_these_too="mpw-config.in mpw-build.in mpw-make.in ChangeLog.mpw"
lose_these_too="mpw-config.in mpw-make.in ChangeLog.mpw"
fi
if ( echo $* | grep keep\-gm > /dev/null ) ; then