From 03705a20aaeaa37bf414e088e051689f65a716e5 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Mon, 2 Aug 2021 00:00:46 +0200 Subject: Fix portability issue in Makefile.am Fixes #662 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ce50d0f7..f481b8d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -423,7 +423,7 @@ profile: $(MAKE) all AM_CPPFLAGS="-pg -O2 -DNDEBUG" debug: - $(MAKE) all AM_CPPFLAGS="-ggdb3 -Og" CFLAGS="$(patsubst -O%,,$(CFLAGS))" + $(MAKE) all AM_CPPFLAGS="-ggdb3 -Og" CFLAGS="`patsubst -O%,,$(CFLAGS)`" coverage: $(MAKE) all AM_CPPFLAGS="-fprofile-arcs -ftest-coverage" AM_LDFLAGS="-lgcov" -- cgit v1.2.3