Browse Source
Merge pull request #3396 from martin-frbg/makesys_typo
Fix minor typo in Makefile.system
tags/v0.3.19
Martin Kroeker
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Makefile.system
|
|
@@ -307,7 +307,7 @@ else |
|
|
SMP = 1 |
|
|
SMP = 1 |
|
|
endif |
|
|
endif |
|
|
else |
|
|
else |
|
|
ifeq ($(NUM_THREAD), 1) |
|
|
|
|
|
|
|
|
ifeq ($(NUM_THREADS), 1) |
|
|
SMP = |
|
|
SMP = |
|
|
else |
|
|
else |
|
|
SMP = 1 |
|
|
SMP = 1 |
|
|
|