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

Diff of /make/rule.c

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

revision 1.37 by psmith, Wed Apr 13 03:16:33 2005 UTC revision 1.38 by psmith, Mon Oct 24 13:01:40 2005 UTC
# Line 206  convert_suffix_rule (char *target, char Line 206  convert_suffix_rule (char *target, char
206        deps->next = 0;        deps->next = 0;
207        deps->name = depname;        deps->name = depname;
208        deps->ignore_mtime = 0;        deps->ignore_mtime = 0;
209          deps->staticpattern = 0;
210        deps->need_2nd_expansion = 0;        deps->need_2nd_expansion = 0;
211      }      }
212    
# Line 476  create_pattern_rule (char **targets, cha Line 477  create_pattern_rule (char **targets, cha
477                       int terminal, struct dep *deps,                       int terminal, struct dep *deps,
478                       struct commands *commands, int override)                       struct commands *commands, int override)
479  {  {
480    register struct rule *r = (struct rule *) xmalloc (sizeof (struct rule));    unsigned int max_targets, i;
481    register unsigned int max_targets, i;    struct rule *r = (struct rule *) xmalloc (sizeof (struct rule));
482    
483    r->cmds = commands;    r->cmds = commands;
484    r->deps = deps;    r->deps = deps;

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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