]> j8takagi.net git repositories - yacasl2.git/commitdiff
git.mkの修正
authorj8takagi <j8takagi@nifty.com>
Tue, 30 Jun 2026 07:55:37 +0000 (16:55 +0900)
committerj8takagi <j8takagi@nifty.com>
Tue, 30 Jun 2026 07:55:37 +0000 (16:55 +0900)
git.mk

diff --git a/git.mk b/git.mk
index f337a2bab1bd131a944273b953159fb5c21d73e8..ad97e16d67859aa4ca851a258216088625981196 100644 (file)
--- a/git.mk
+++ b/git.mk
@@ -21,7 +21,7 @@ gittag___stamp: commit___stamp
 commit___stamp: version_up___stamp
        $(GIT) add VERSION
        $(GIT) commit -m "version up"
-       $(GIT) rev-parse HEAD > $@
+       $(GIT) rev-parse HEAD >$@
 
 version_up___stamp: VERSION
        if [ -n "$$($(GIT) status -s)" ]; then $(PRINTF) "Error: commit, first.\n"; exit 1; fi