Blame SOURCES/make-3.82-mixed-implicit.patch

5589dc
commit 53b4a9e66800dde643d3ce7966c5193001e3f12e
5589dc
Author: Paul Smith <psmith@gnu.org>
5589dc
Date:   Sun Oct 20 12:49:01 2013 -0400
5589dc
5589dc
    * read.c (record_files): [SV 33034] Change fatal() to error()
5589dc
    
5589dc
    Allows deprecated syntax.  However we don't guarantee this syntax
5589dc
    will continue to be legal in the future.
5589dc
    Change suggested by David Boyce <david.s.boyce@gmail.com>
5589dc
5589dc
diff --git a/read.c b/read.c
5589dc
index b3897b2..2966ebe 100644
5589dc
--- a/read.c
5589dc
+++ b/read.c
5589dc
@@ -2110,7 +2110,7 @@ record_files (struct nameseq *filenames, const char *pattern,
5589dc
       /* Reduce escaped percents.  If there are any unescaped it's an error  */
5589dc
       name = filenames->name;
5589dc
       if (find_percent_cached (&name))
5589dc
-        fatal (flocp, _("mixed implicit and normal rules"));
5589dc
+        error (flocp, _("*** mixed implicit and normal rules: deprecated syntax"));
5589dc
     }
5589dc
 }
5589dc