[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.36 and 1.37

version 1.36, 2000/09/14 13:46:45 version 1.37, 2000/09/14 13:52:42
Line 1099 
Line 1099 
              */               */
             Make_HandleUse(DEFAULT, gn);              Make_HandleUse(DEFAULT, gn);
             Varq_Set(IMPSRC_INDEX, Varq_Value(TARGET_INDEX, gn), gn);              Varq_Set(IMPSRC_INDEX, Varq_Value(TARGET_INDEX, gn), gn);
         } else if (Dir_MTime(gn) == 0) {          } else if (is_out_of_date(Dir_MTime(gn))) {
             /*              /*
              * 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
              * rule to go on and the target doesn't already exist. There's               * rule to go on and the target doesn't already exist. There's

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37