From 68af2d564f81913ee9cce5c6af3d657798e6ed6c Mon Sep 17 00:00:00 2001 From: Matthias Ruester Date: Tue, 23 Jul 2013 11:28:52 +0200 Subject: [PATCH] buildtypes: add support for Makefiles with filename 'makefile' --- buildtypes/make.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildtypes/make.sh.in b/buildtypes/make.sh.in index c94a35e..d4bbba1 100644 --- a/buildtypes/make.sh.in +++ b/buildtypes/make.sh.in @@ -22,7 +22,7 @@ # along with this program. If not, see . # -if [ ! -r ${S}/Makefile ] ; then +if [ ! -r ${S}/Makefile -a ! -r ${S}/makefile ] ; then return fi