From d8bdd4f236eb09278d6bb6f7c5bb9bc7b0364e0b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 9 Apr 2020 23:25:33 +0200 Subject: [PATCH] revert previous, num_buffers is not a makefile variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd2279b65..0b920cc9f 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ endif ifndef SMP @echo " (Single-threading) " else - @echo " (Multi-threading; Max num-threads is $(NUM_THREADS)) NUM_BUFFERS=$(NUM_BUFFERS)" + @echo " (Multi-threading; Max num-threads is $(NUM_THREADS))" endif ifeq ($(DYNAMIC_ARCH), 1)