[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.86 and 1.87

version 1.86, 2007/09/17 09:38:49 version 1.87, 2007/09/17 09:44:20
Line 1136 
Line 1136 
 resolve_include_filename(const char *file, bool isSystem)  resolve_include_filename(const char *file, bool isSystem)
 {  {
         char *fullname;          char *fullname;
   
         /* Look up system files on the system path first */          /* Look up system files on the system path first */
         if (isSystem) {          if (isSystem) {
                 fullname = Dir_FindFileNoDot(file, sysIncPath);                  fullname = Dir_FindFileNoDot(file, sysIncPath);

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87