Merge pull request #3396 from martin-frbg/makesys_typo
Fix minor typo in Makefile.system
This commit is contained in:
commit
e819341ec1
|
@ -307,7 +307,7 @@ else
|
|||
SMP = 1
|
||||
endif
|
||||
else
|
||||
ifeq ($(NUM_THREAD), 1)
|
||||
ifeq ($(NUM_THREADS), 1)
|
||||
SMP =
|
||||
else
|
||||
SMP = 1
|
||||
|
|
Loading…
Reference in New Issue