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

Diff for /src/usr.bin/make/parse.c between version 1.77 and 1.78

version 1.77, 2007/07/30 09:32:02 version 1.78, 2007/07/30 09:51:53
Line 436 
Line 436 
          * Add the name to the .TARGETS variable as well, so the user can           * Add the name to the .TARGETS variable as well, so the user can
          * employ that, if desired.           * employ that, if desired.
          */           */
         Var_Append(".TARGETS", src, VAR_GLOBAL);          Var_Append(".TARGETS", src);
         return;          return;
   
     case Order:      case Order:

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78