From d247de8efe3ef87210ea84073a5545474b392210 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Mon, 25 May 2026 23:05:28 +0900 Subject: [PATCH] =?utf8?q?.git=E3=81=AE=E3=81=AA=E3=81=84=E3=83=87?= =?utf8?q?=E3=82=A3=E3=83=AC=E3=82=AF=E3=83=88=E3=83=AA=E3=81=A7=E3=81=AE?= =?utf8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=82=92=E6=8A=91=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d8b3b5c..0055a6c 100644 --- a/Makefile +++ b/Makefile @@ -27,9 +27,9 @@ libdir ?= $(prefix)/share VERSION := $(shell $(CAT) VERSION) -VERSIONGITREF := $(shell $(GIT) show-ref -s --tags $(VERSION)) +VERSIONGITREF = $(shell $(GIT) show-ref -s --tags $(VERSION)) -MAINGITREF := $(shell $(GIT) show-ref -s refs/heads/main) +MAINGITREF = $(shell $(GIT) show-ref -s refs/heads/main) VERSIONFILES := include/version.h \ test/system/casl2_opt/opt_v/0.txt \ -- 2.47.3