diff options
author | Paul Smith <psmith@gnu.org> | 2009-06-09 15:35:38 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-06-09 15:35:38 +0000 |
commit | d4ee0012925815e069dd9996241703a7e9bd0338 (patch) | |
tree | 0f43c9f155b5889d925b447b6b2ad2edf4695bc7 /rule.c | |
parent | a72bff7cb3090051e75b631694aeb2bdb863aeb5 (diff) | |
download | gunmake-d4ee0012925815e069dd9996241703a7e9bd0338.tar.gz |
- Fix Savannah bug #18124
- Fix Savannah bug #17521
- Fix Savannah bug #16401
- Fix Savannah bug #16469
- Fix Savannah bug #16473
Diffstat (limited to 'rule.c')
-rw-r--r-- | rule.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -541,7 +541,7 @@ print_rule_data_base (void) /* 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 (NILF, _("BUG: num_pattern_rules wrong! %u != %u"), + fatal (NILF, _("BUG: num_pattern_rules is wrong! %u != %u"), num_pattern_rules, rules); } } |