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

Diff for /src/usr.bin/make/cond.c between version 1.35 and 1.36

version 1.35, 2007/07/17 10:54:46 version 1.36, 2007/09/16 12:30:35
Line 289 
Line 289 
     bool result;      bool result;
     char    *path;      char    *path;
   
     path = Dir_FindFilei(arg->s, arg->e, dirSearchPath);      path = Dir_FindFilei(arg->s, arg->e, defaultPath);
     if (path != NULL) {      if (path != NULL) {
         result = true;          result = true;
         free(path);          free(path);

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