On Mon, 2014-07-07 at 21:15 +0100, Jonny Grant wrote:
> +#ifdef WINDOWS32
> + { "GNUmakefile", "makefile", "Makefile", "makefile.mak", 0 };
> +#elseThis is OK with me. I definitely don't want to add "Makefile.mk" to the UNIX/POSIX side; that's not something anyone ever uses anyway. I do wonder, though, why we have both "makefile" and "Makefile" above. Does that actually ever do anything on Windows, other than waste a bit of time checking for the same file twice? _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
