From 724925be2b9a48f7911ee6baa315b872bd86995c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 8 Jul 2002 13:05:02 +0000 Subject: Various cleanups reported by people using the alpha release. Incorporate "order-only" prerequisites patch. Wrote a test for it. The test shows what might be a bug in the code; I need to look at it more closely (anyway it doesn't behave as I expected). Also I haven't done the docs yet. --- rule.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rule.c') diff --git a/rule.c b/rule.c index fdaa1c4..e693c02 100644 --- a/rule.c +++ b/rule.c @@ -230,6 +230,7 @@ convert_suffix_rule (target, source, cmds) deps = (struct dep *) xmalloc (sizeof (struct dep)); deps->next = 0; deps->name = depname; + deps->ignore_mtime = 0; } create_pattern_rule (names, percents, 0, deps, cmds, 0); -- cgit v1.2.3