Makefile: define SHELL for when submodules haven't been fetched yet [skip ci]

This commit is contained in:
Ștefan Talpalaru 2019-09-10 02:48:34 +02:00
parent 19aaa565c5
commit 35bdfbc159
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
# at your option. This file may not be copied, modified, or distributed except
# according to those terms.
SHELL := bash # the shell used internally by "make"
# used inside the included makefiles
BUILD_SYSTEM_DIR := vendor/nimbus-build-system