diff options
author | Alexey Neyman <stilor@att.net> | 2018-05-15 16:51:59 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-05-15 16:52:45 -0700 |
commit | 204fef03f6572978581fc3bd4747e7bb15acd396 (patch) | |
tree | 30a865555a012a70d363167614b2497dc36d4f87 /ct-ng.in | |
parent | d274ab06fe807b2a85223391de9aa484e9bbff08 (diff) | |
download | crosstool-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.%: |