]> git.sesse.net Git - stockfish/blobdiff - src/Makefile
Retire engine Tag
[stockfish] / src / Makefile
index 1e8a9c6691d54da9ef56c7a3fdf7f49d204cbb70..f1fcfdeb5fc629ca352329c0766aadfef8c0e13b 100644 (file)
@@ -427,7 +427,7 @@ signature-build:
        $(MAKE) ARCH=$(ARCH) COMP=$(COMP) all
        @echo "Running benchmark for getting the signature ..."
        @$(SIGNBENCH) 2>&1 | grep 'Nodes searched' | grep -o ": .*" | tr -d ': ' > sign.txt
-       @sed -i -e 's,^,/static const string Tag/s/"\\(.*\\)"/",1' -e 's,$$,"/1,1' sign.txt
+       @sed -i -e 's,^,/static const string Version/s/"\\(.*\\)"/"sig-,1' -e 's,$$,"/1,1' sign.txt
        @sed -i -f sign.txt misc.cpp
        @rm sign.txt        
        $(MAKE) ARCH=$(ARCH) COMP=$(COMP) all