[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.51 and 1.52

version 1.51, 2000/06/23 16:40:50 version 1.52, 2000/06/23 16:41:53
Line 1601 
Line 1601 
             char *base, *newName;              char *base, *newName;
   
             base = interval_dup(Parse_Getfilename(), slash);              base = interval_dup(Parse_Getfilename(), slash);
             newName = str_concat(base, file, STR_ADDSLASH);              newName = str_concat(base, file, '/');
             free(base);              free(base);
             fullname = Dir_FindFile(newName, &parseIncPath);              fullname = Dir_FindFile(newName, &parseIncPath);
             if (fullname == NULL)              if (fullname == NULL)

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52