From 204fef03f6572978581fc3bd4747e7bb15acd396 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Tue, 15 May 2018 16:51:59 -0700 Subject: Doh. Change the name of the substituted variable ... to match the substituted name. Fixes #966. Signed-off-by: Alexey Neyman 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.%: -- cgit v0.10.2-6-g49f6