From afbf0ea777c9d1194c05abc4d7c984ce452d827d Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Tue, 11 Jun 2019 01:05:49 +0200 Subject: [PATCH] Fix regression makefile --- src/test/cpp/regression/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/cpp/regression/makefile b/src/test/cpp/regression/makefile index 76d43dc..59af8af 100644 --- a/src/test/cpp/regression/makefile +++ b/src/test/cpp/regression/makefile @@ -52,7 +52,7 @@ else endif ifeq ($(CONCURRENT_OS_EXECUTIONS),yes) - ADDCFLAGS += -CCONCURRENT_OS_EXECUTIONS + ADDCFLAGS += -CFLAGS -DCONCURRENT_OS_EXECUTIONS endif ifeq ($(LITEX),yes)