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

Diff for /src/usr.bin/make/compat.c between version 1.39 and 1.40

version 1.39, 2001/05/29 12:53:39 version 1.40, 2001/09/15 18:43:41
Line 630 
Line 630 
   
     /* If the user has defined a .END target, run its commands.  */      /* If the user has defined a .END target, run its commands.  */
     if (errors == 0)      if (errors == 0)
         Lst_Find(&ENDNode->commands, CompatRunCommand, gn);          Lst_Find(&ENDNode->commands, CompatRunCommand, ENDNode);
 }  }

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40