Skip to content

Commit

Permalink
Doh. Change the name of the substituted variable
Browse files Browse the repository at this point in the history
... to match the substituted name.

Fixes #966.

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed May 15, 2018
1 parent d274ab0 commit 204fef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct-ng.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.%:
Expand Down

0 comments on commit 204fef0

Please sign in to comment.