]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix no thread message 665/head
authorSean Purcell <me@seanp.xyz>
Tue, 18 Apr 2017 20:52:00 +0000 (13:52 -0700)
committerSean Purcell <me@seanp.xyz>
Tue, 18 Apr 2017 20:52:00 +0000 (13:52 -0700)
programs/Makefile

index f3140a19c31943e1fc830f0cc9529113467b5bd3..4ab4dfd6257f28a47693bd5b6c0c6bd23d2e7f88 100644 (file)
@@ -93,7 +93,7 @@ THREAD_MSG := ==> building with threading support
 THREAD_CPP := -DZSTD_MULTITHREAD
 THREAD_LD := -pthread
 else
-THREAD_MSG := NO_THREAD_MSG
+THREAD_MSG := $(NO_THREAD_MSG)
 endif
 
 # zlib detection
@@ -161,7 +161,7 @@ zstd-nolegacy : clean_decomp_o
 
 zstd-nomt : THREAD_CPP :=
 zstd-nomt : THREAD_LD :=
-zstd-nomt : THREAD_MSG := NO_THREAD_MSG
+zstd-nomt : THREAD_MSG := $(NO_THREAD_MSG)
 zstd-nomt : zstd
 
 zstd-pgo : MOREFLAGS = -fprofile-generate