From 2860d3b247e70a34246936fb085aeec951ea49b1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Mar 2005 14:31:09 +0000 Subject: Fixed Savannah bug #12202. --- implicit.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'implicit.c') diff --git a/implicit.c b/implicit.c index acf7c94..ab3879b 100644 --- a/implicit.c +++ b/implicit.c @@ -803,6 +803,7 @@ pattern_search (struct file *file, int archive, f->cmds = imf->cmds; f->stem = imf->stem; f->also_make = imf->also_make; + f->is_target = 1; imf = lookup_file (d->intermediate_pattern); if (imf != 0 && imf->precious) f->precious = 1; @@ -881,6 +882,7 @@ pattern_search (struct file *file, int archive, } file->cmds = rule->cmds; + file->is_target = 1; /* If this rule builds other targets, too, put the others into FILE's `also_make' member. */ -- cgit v1.2.3