Set lose_these_too correctly

This commit is contained in:
Stan Shebs
1994-01-11 02:55:30 +00:00
parent 2c96ba79c4
commit 2a79b2028e
2 changed files with 10 additions and 3 deletions

View File

@ -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"
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}"
fi
else
lose_these_too="mpw-xconfig.in ChangeLog.gm ${lose_these_too}"
fi
# All files listed between the "Things-to-keep:" line and the

View File

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