Skip to content

Commit

Permalink
Merge remote-tracking branch 'ruester/for-marius'
Browse files Browse the repository at this point in the history
* ruester/for-marius:
  buildtypes: add support for Makefiles with filename 'makefile'
  • Loading branch information
mariux committed Jul 31, 2013
2 parents 05e648a + 68af2d5 commit 40aa4e4
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 40aa4e4

Please sign in to comment.