Skip to content

Commit

Permalink
buildtypes: add support for Makefiles with filename 'makefile'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Ruester committed Jul 23, 2013
1 parent 05e648a commit 68af2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildtypes/make.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

if [ ! -r ${S}/Makefile ] ; then
if [ ! -r ${S}/Makefile -a ! -r ${S}/makefile ] ; then
return
fi

Expand Down

0 comments on commit 68af2d5

Please sign in to comment.