summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 09ba89c..cf2edd1 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -140,10 +140,10 @@ show-tuple: .config
# Actual build
source: .config
- $(SILENT)CT_SOURCE=y $(CT_LIB_DIR)/scripts/crosstool-NG.sh
+ $(SILENT)CT_SOURCE=y $(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
build: .config
- $(SILENT)$(CT_LIB_DIR)/scripts/crosstool-NG.sh
+ $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
build.%:
$(SILENT)$(MAKE) -rf $(CT_NG) build CT_JOBS=$*