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

Diff for /src/usr.bin/make/job.c between version 1.30 and 1.31

version 1.30, 2000/06/23 16:15:49 version 1.31, 2000/06/23 16:18:09
Line 1097 
Line 1097 
              * .DEFAULT itself.               * .DEFAULT itself.
              */               */
             Make_HandleUse(DEFAULT, gn);              Make_HandleUse(DEFAULT, gn);
             Var_Set(IMPSRC, Var_Value(TARGET, gn), gn);              Varq_Set(IMPSRC_INDEX, Varq_Value(TARGET_INDEX, gn), gn);
         } else if (Dir_MTime(gn) == 0) {          } else if (Dir_MTime(gn) == 0) {
             /*              /*
              * The node wasn't the target of an operator we have no .DEFAULT               * The node wasn't the target of an operator we have no .DEFAULT

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31