]> git.ipfire.org Git - thirdparty/make.git/commit
Fix regression with "makefile" not being found on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Sat, 30 Aug 2014 07:40:12 +0000 (10:40 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 30 Aug 2014 07:40:12 +0000 (10:40 +0300)
commitab1210b1fe55d4586265ea4f72e6b5ac3fb2630d
tree772bf5fa38c689fe7bc4a0bd73abb1134f5acc1e
parent241787d8e4e0aa8b266ed4dd17b55c4def92981d
Fix regression with "makefile" not being found on MS-Windows.

* read.c (read_all_makefiles) [WINDOWS32]: Recognize "makefile",
all-lowercase, as a makefile.  Reported by Michael Waeber
<waeber@gmail.com>.
read.c