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

Diff for /src/usr.bin/make/arch.c between version 1.7 and 1.8

version 1.7, 1996/09/21 19:36:27 version 1.8, 1996/10/17 19:08:44
Line 1168 
Line 1168 
   
     if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) {      if (OP_NOP(gn->type) && Lst_IsEmpty(gn->children)) {
         oodate = FALSE;          oodate = FALSE;
     } else if ((gn->mtime > now) || (gn->mtime < gn->cmtime)) {      } else if ((gn->mtime > now) || (gn->mtime < gn->cmtime) || !gn->mtime) {
         oodate = TRUE;          oodate = TRUE;
     } else {      } else {
 #ifdef RANLIBMAG  #ifdef RANLIBMAG

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8