[BACK]Return to suff.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/suff.c between version 1.46 and 1.47

version 1.46, 2001/11/11 12:35:03 version 1.47, 2001/11/22 21:18:10
Line 1431 
Line 1431 
     /* Record last child for expansion purposes.  */      /* Record last child for expansion purposes.  */
     ln = Lst_Last(&tGn->children);      ln = Lst_Last(&tGn->children);
   
       if (Lst_IsEmpty(&tGn->commands))
           tGn->type |= OP_IS_SUFFIX;
     /* Pass the buck to Make_HandleUse to apply the rule.  */      /* Pass the buck to Make_HandleUse to apply the rule.  */
     Make_HandleUse(gn, tGn);      Make_HandleUse(gn, tGn);
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47