[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.59 and 1.60

version 1.59, 2007/07/24 18:58:48 version 1.60, 2007/07/30 09:51:53
Line 792 
Line 792 
             Lst_Clone(&s->searchPath, dirSearchPath, Dir_CopyDir);              Lst_Clone(&s->searchPath, dirSearchPath, Dir_CopyDir);
     }      }
   
     Var_Set(".INCLUDES", ptr = Dir_MakeFlags("-I", &inIncludes), VAR_GLOBAL);      Var_Set(".INCLUDES", ptr = Dir_MakeFlags("-I", &inIncludes));
     free(ptr);      free(ptr);
     Var_Set(".LIBS", ptr = Dir_MakeFlags("-L", &inLibs), VAR_GLOBAL);      Var_Set(".LIBS", ptr = Dir_MakeFlags("-L", &inLibs));
     free(ptr);      free(ptr);
   
     Lst_Destroy(&inIncludes, Dir_Destroy);      Lst_Destroy(&inIncludes, Dir_Destroy);

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60