From 7dc81a64d3d41667252ffe00a84571cc1a9be2fd Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 5 Feb 2022 12:28:54 +0100 Subject: [PATCH] Make recursive Make invocations properly recurse flags --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index d7124cd9..35945f81 100644 --- a/Makefile +++ b/Makefile @@ -211,7 +211,7 @@ checkdiff: # compilation and make the continous integration infrastructure return failure. develop: - $Qenv $(MAKE) WARNFLAGS="-Werror -Wall -Wextra -Wpedantic -Wno-type-limits \ + $Qenv ${MAKE} WARNFLAGS="-Werror -Wall -Wextra -Wpedantic -Wno-type-limits \ -Wno-sign-compare -Wvla -Wformat -Wformat-security -Wformat-overflow=2 \ -Wformat-truncation=1 -Wformat-y2k -Wswitch-enum -Wunused \ -Wuninitialized -Wunknown-pragmas -Wstrict-overflow=4 \ @@ -233,11 +233,11 @@ develop: # install instructions instead. mingw32: - $Qmake CC=i686-w64-mingw32-gcc BISON=bison \ + $Q${MAKE} CC=i686-w64-mingw32-gcc BISON=bison \ PKG_CONFIG=i686-w64-mingw32-pkg-config -j mingw64: - $Qmake CC=x86_64-w64-mingw32-gcc BISON=bison \ + $Q${MAKE} CC=x86_64-w64-mingw32-gcc BISON=bison \ PKG_CONFIG=x86_64-w64-mingw32-pkg-config -j wine-shim: