From 27f84557afa79b5c656fc64e0b940c917933bae7 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Nov 2018 02:18:22 +0000 Subject: [PATCH] Merge r7347 from trunk git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7608 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32dc98a58..b0bae7c7f 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ REVISION ?= $(shell if svn info >/dev/null 2>&1; \ then svn info | sed -n 's/^Revision:[[:blank:]]*//p';\ else git log | grep -c ^commit; \ fi) -VERSION = $(shell echo -n "$$(sed -n 's/^\#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^-]*\).*\"/\1/p' scst/include/scst_const.h).$(REVISION)") +VERSION := $(shell echo -n "$$(sed -n 's/^\#define[[:blank:]]SCST_VERSION_NAME[[:blank:]]*\"\([^-]*\).*\"/\1/p' scst/include/scst_const.h).$(REVISION)") help: @echo " all : make all"