Merge pull request #3396 from martin-frbg/makesys_typo

Fix minor typo in Makefile.system
This commit is contained in:
Martin Kroeker 2021-10-04 22:23:19 +02:00 committed by GitHub
commit e819341ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ else
SMP = 1
endif
else
ifeq ($(NUM_THREAD), 1)
ifeq ($(NUM_THREADS), 1)
SMP =
else
SMP = 1