From: j8takagi Date: Tue, 14 Jul 2026 03:06:44 +0000 (+0900) Subject: make versionのバグを修正 X-Git-Tag: v0.6p20~8 X-Git-Url: https://j8takagi.net/gitweb?a=commitdiff_plain;h=0e1a84fe65bd9983174c16d4c562dcdb2d186679;p=yacasl2.git make versionのバグを修正 --- 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