summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-07-08 13:05:02 +0000
committerPaul Smith <psmith@gnu.org>2002-07-08 13:05:02 +0000
commite72ccb2854666774de0034364f4037ae6fd06f5c (patch)
treecc19b7c671850891cdc4ebde9d33dd897de3a1d2 /rule.c
parentb157dd572140eeb945bb4893b980e151059d64cc (diff)
downloadmake-e72ccb2854666774de0034364f4037ae6fd06f5c.tar.gz
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.
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rule.c b/rule.c
index fdaa1c4f..e693c022 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);