Fix minor typo
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 4 Oct 2021 14:14:32 +0000 (16:14 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 14:14:32 +0000 (16:14 +0200)
Makefile.system

index 150dbef..9bb4974 100644 (file)
@@ -307,7 +307,7 @@ else
 SMP = 1
 endif
 else
-ifeq ($(NUM_THREAD), 1)
+ifeq ($(NUM_THREADS), 1)
 SMP =
 else
 SMP = 1