mirror of
https://github.com/mirror/make.git
synced 2025-02-05 01:00:11 +08:00
Change the order of "makefile" and "Makefile" to match the manual.
This commit is contained in:
parent
ab1210b1fe
commit
1f2fd22fec
2
read.c
2
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user