From d889981088672a7dbe56985382e4bed8516b0c72 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Wed, 22 Jun 2022 12:11:59 +0200 Subject: mk: show built version in build log Replace the implicit shell-parsing with explicitly running the command. This allows the built version to be reflected in the build log. Signed-off-by: Moritz Poldrack Acked-by: Robin Jarry --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a111508..503d840 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .SUFFIXES: .SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd -VERSION?=`git describe --long --tags --dirty 2>/dev/null || echo 0.10.0` +VERSION!=git describe --long --tags --dirty 2>/dev/null || echo 0.10.0 VPATH=doc PREFIX?=/usr/local BINDIR?=$(PREFIX)/bin -- cgit v1.2.3