Makefile: define SHELL for when submodules haven't been fetched yet [skip ci]
This commit is contained in:
parent
81b47f35d1
commit
f5b0474aa2
2
Makefile
2
Makefile
|
@ -5,6 +5,8 @@
|
||||||
# at your option. This file may not be copied, modified, or distributed except
|
# at your option. This file may not be copied, modified, or distributed except
|
||||||
# according to those terms.
|
# according to those terms.
|
||||||
|
|
||||||
|
SHELL := bash # the shell used internally by "make"
|
||||||
|
|
||||||
# used inside the included makefiles
|
# used inside the included makefiles
|
||||||
BUILD_SYSTEM_DIR := vendor/nimbus-build-system
|
BUILD_SYSTEM_DIR := vendor/nimbus-build-system
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue