From: Eli Zaretskii Date: Sat, 30 Aug 2014 07:43:34 +0000 (+0300) Subject: Change the order of "makefile" and "Makefile" to match the manual. X-Git-Tag: 4.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f2fd22fec97191ed24ce30404d526c82bba70de;p=thirdparty%2Fmake.git Change the order of "makefile" and "Makefile" to match the manual. --- diff --git a/read.c b/read.c index bbb6e2a4..915fa531 100644 --- a/read.c +++ b/read.c @@ -247,7 +247,7 @@ read_all_makefiles (const char **makefiles) { "GNUmakefile", "Makefile", "SMakefile", 0 }; #else /* !Amiga && !VMS */ #ifdef WINDOWS32 - { "GNUmakefile", "Makefile", "makefile", "makefile.mak", 0 }; + { "GNUmakefile", "makefile", "Makefile", "makefile.mak", 0 }; #else /* !Amiga && !VMS && !WINDOWS32 */ { "GNUmakefile", "makefile", "Makefile", 0 }; #endif /* !Amiga && !VMS && !WINDOWS32 */