From 0e1a84fe65bd9983174c16d4c562dcdb2d186679 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Tue, 14 Jul 2026 12:06:44 +0900 Subject: [PATCH] =?utf8?q?make=20version=E3=81=AE=E3=83=90=E3=82=B0?= =?utf8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= 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 851eec0..eea3ebf 100644 --- a/Makefile +++ b/Makefile @@ -69,10 +69,10 @@ uninstall: uninstall-info version: version___stamp version___stamp: $(VERSIONFILES) - @$(PRINTF) "YACASL2 Version: %s\n" $(VERSION) >$@ + @$(PRINTF) "YACASL2 Version: %s\n" $$($(CAT) VERSION) >$@ $(VERSIONFILES): VERSION - @$(SED) -e "s/@@VERSION@@/$(VERSION)/g" $@.version >$@ + @$(SED) -e "s/@@VERSION@@/$$($(CAT) VERSION)/g" $@.version >$@ copyright: LICENSE.copyright___stamp README.copyright___stamp -- 2.47.3