summaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-10-20 12:49:01 -0400
committerPaul Smith <psmith@gnu.org>2013-10-20 13:08:27 -0400
commit53b4a9e66800dde643d3ce7966c5193001e3f12e (patch)
treeca796afcf2892fe4b801faf0ab528b8beb245083 /read.c
parentd4723d643d325809d60abbec949fad566c2e869f (diff)
downloadgunmake-53b4a9e66800dde643d3ce7966c5193001e3f12e.tar.gz
* read.c (record_files): [SV 33034] Change fatal() to error()
Allows deprecated syntax. However we don't guarantee this syntax will continue to be legal in the future. Change suggested by David Boyce <david.s.boyce@gmail.com>
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index b3897b2..2966ebe 100644
--- a/read.c
+++ b/read.c
@@ -2219,7 +2219,7 @@ record_files (struct nameseq *filenames, const char *pattern,
/* Reduce escaped percents. If there are any unescaped it's an error */
name = filenames->name;
if (find_percent_cached (&name))
- fatal (flocp, _("mixed implicit and normal rules"));
+ error (flocp, _("*** mixed implicit and normal rules: deprecated syntax"));
}
}