[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Add "makefile.mak" to list of default makefiles
From: |
Jonny Grant |
Subject: |
Add "makefile.mak" to list of default makefiles |
Date: |
Sat, 28 Jun 2014 12:12:32 +0100 |
Hello Paul
Could the following change be added please.
Rationale, on Windows makefiles often have this name for other "make"
programs. In addition it is easier to associate with an editor because
it has an extension.
I am not a member of this list, so could I ask to keep my email
address included in any replies.
Regards, Jon
--- read.c 2013-10-09 06:22:42.000000000 +0100
+++ read.c.new 2014-06-27 11:28:13.825182400 +0100
@@ -246,7 +246,7 @@
#ifdef _AMIGA
{ "GNUmakefile", "Makefile", "SMakefile", 0 };
#else /* !Amiga && !VMS */
- { "GNUmakefile", "makefile", "Makefile", 0 };
+ { "GNUmakefile", "makefile", "Makefile", "makefile.mak", 0 };
#endif /* AMIGA */
#endif /* VMS */
register char **p = default_makefiles;
- Add "makefile.mak" to list of default makefiles,
Jonny Grant <=