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

Diff for /src/usr.bin/make/suff.c between version 1.34 and 1.35

version 1.34, 2000/06/23 16:21:43 version 1.35, 2000/06/23 16:41:53
Line 992 
Line 992 
 #endif  #endif
     }      }
     s2 = (Src *) emalloc (sizeof (Src));      s2 = (Src *) emalloc (sizeof (Src));
     s2->file =      str_concat (targ->pref, s->name, 0);      s2->file =      str_concat(targ->pref, s->name, 0);
     s2->pref =      targ->pref;      s2->pref =      targ->pref;
     s2->parent =    targ;      s2->parent =    targ;
     s2->node =      NULL;      s2->node =      NULL;

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35