pass EMHOME to nested make

This commit is contained in:
ceriel
1987-06-30 18:30:45 +00:00
parent 344901d3a6
commit e9bcf6b977
15 changed files with 21 additions and 21 deletions

View File

@@ -290,7 +290,7 @@ gen_tpend()
register struct sdef *sd;
int getout = 0;
while (!getout) {
while (!getout && p) {
if (!gen_error) {
tp = *(p->s_tpp);
switch(tp->tp_fund) {