summaryrefslogtreecommitdiff
path: root/rule.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-03-05 07:13:12 +0000
committerPaul Smith <psmith@gnu.org>1999-03-05 07:13:12 +0000
commit4c8a634c92256b2bf77f8be7ab65b7ec2a46cc91 (patch)
treecb34f435ff0d7400690485733f42e2335d4d163f /rule.c
parentc8c70000ca3f40596435372138cea7761395afb8 (diff)
downloadmake-4c8a634c92256b2bf77f8be7ab65b7ec2a46cc91.tar.gz
* Define and use xstrdup() instead of strdup().
Diffstat (limited to 'rule.c')
-rw-r--r--rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rule.c b/rule.c
index b2b14a11..2099e3c6 100644
--- a/rule.c
+++ b/rule.c
@@ -669,7 +669,7 @@ print_rule_data_base ()
/* This can happen if a fatal error was detected while reading the
makefiles and thus count_implicit_rule_limits wasn't called yet. */
if (num_pattern_rules != 0)
- fatal ("BUG: num_pattern_rules wrong! %u != %u",
+ fatal (NILF, "BUG: num_pattern_rules wrong! %u != %u",
num_pattern_rules, rules);
}