summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-05-15 23:51:59 (GMT)
committerAlexey Neyman <stilor@att.net>2018-05-15 23:52:45 (GMT)
commit204fef03f6572978581fc3bd4747e7bb15acd396 (patch)
tree30a865555a012a70d363167614b2497dc36d4f87 /ct-ng.in
parentd274ab06fe807b2a85223391de9aa484e9bbff08 (diff)
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 2331b86..5a5bb33 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.%: