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;

_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to