From af587e812a7b8d96cf3fd84869dc7e00bbfe09b3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 1 Apr 2021 14:27:17 +0200 Subject: [PATCH] make: also whitespace issue --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b4e060084..880cae237 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ _NEXTMATCH= --match=${CORE_NEXT}\* . endif . endif . elif ${CORE_TYPE:M[Bb][Uu][Ss]*} -_NEXTMATCH= '' # XXX verbatim match for now +_NEXTMATCH= '' # XXX verbatim match for now . else _NEXTSTABLE!= ${GIT} tag -l ${CORE_ABI}\* . if !empty(_NEXTSTABLE)