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

This commit is contained in:
Ștefan Talpalaru 2019-09-10 02:50:09 +02:00
parent 81b47f35d1
commit f5b0474aa2
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