From e704b47630a7e6e8e4d2f4b1debdb66229b4d602 Mon Sep 17 00:00:00 2001 From: Willi Goesgens Date: Fri, 17 Jul 2015 18:15:33 +0200 Subject: [PATCH] strap -* from VERSION_PATH --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index a3a2ffd559..2627ac2312 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -10,6 +10,8 @@ VERSION_MAJOR := $(wordlist 1,1,$(subst ., ,$(VERSION))) VERSION_MINOR := $(wordlist 2,2,$(subst ., ,$(VERSION))) VERSION_PATCH := $(wordlist 3,3,$(subst ., ,$(VERSION))) +VERSION_PATCH := $(wordlist 1,1,$(subst -, ,$(VERSION_PATCH))) + ## ----------------------------------------------------------------------------- ## --SECTION-- SPECIAL TARGETS ## -----------------------------------------------------------------------------