/[make]/make/implicit.c
ViewVC logotype

Diff of /make/implicit.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.50 by psmith, Wed Oct 26 16:06:30 2005 UTC revision 1.51 by bosk, Fri Dec 9 16:46:20 2005 UTC
# Line 928  pattern_search (struct file *file, int a Line 928  pattern_search (struct file *file, int a
928            if (f && f->precious)            if (f && f->precious)
929              new->file->precious = 1;              new->file->precious = 1;
930    
931              /* Set the is_target flag so that this file is not treated
932                 as intermediate by the pattern rule search algorithm and
933                 file_exists_p cannot pick it up yet.  */
934              new->file->is_target = 1;
935    
936            file->also_make = new;            file->also_make = new;
937          }          }
938    

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26