aboutsummaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-05-15 16:51:59 -0700
committerAlexey Neyman <stilor@att.net>2018-05-15 16:52:45 -0700
commit204fef03f6572978581fc3bd4747e7bb15acd396 (patch)
tree30a865555a012a70d363167614b2497dc36d4f87 /ct-ng.in
parentd274ab06fe807b2a85223391de9aa484e9bbff08 (diff)
downloadcrosstool-ng-204fef03f6572978581fc3bd4747e7bb15acd396.tar.gz
crosstool-ng-204fef03f6572978581fc3bd4747e7bb15acd396.tar.bz2
crosstool-ng-204fef03f6572978581fc3bd4747e7bb15acd396.zip
Doh. Change the name of the substituted variable
... to match the substituted name. Fixes #966. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 2331b868..5a5bb337 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -229,7 +229,7 @@ source: .config
$(SILENT)CT_SOURCE=y $(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
build: .config
- $(SILENT)BUILD_NCPUS=`@@CT_cpucount@@ 2>/dev/null || echo 0` \
+ $(SILENT)BUILD_NCPUS=`@CPU_COUNT@ 2>/dev/null || echo 0` \
$(bash) $(CT_LIB_DIR)/scripts/crosstool-NG.sh
build.%: