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

Diff of /make/implicit.c

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

revision 1.44 by bosk, Thu Mar 3 17:39:48 2005 UTC revision 1.45 by bosk, Fri Mar 4 14:31:09 2005 UTC
# Line 803  pattern_search (struct file *file, int a Line 803  pattern_search (struct file *file, int a
803            f->cmds = imf->cmds;            f->cmds = imf->cmds;
804            f->stem = imf->stem;            f->stem = imf->stem;
805            f->also_make = imf->also_make;            f->also_make = imf->also_make;
806              f->is_target = 1;
807            imf = lookup_file (d->intermediate_pattern);            imf = lookup_file (d->intermediate_pattern);
808            if (imf != 0 && imf->precious)            if (imf != 0 && imf->precious)
809              f->precious = 1;              f->precious = 1;
# Line 881  pattern_search (struct file *file, int a Line 882  pattern_search (struct file *file, int a
882      }      }
883    
884    file->cmds = rule->cmds;    file->cmds = rule->cmds;
885      file->is_target = 1;
886    
887    /* If this rule builds other targets, too, put the others into FILE's    /* If this rule builds other targets, too, put the others into FILE's
888       `also_make' member.  */       `also_make' member.  */

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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