Skip to content
Snippets Groups Projects
Commit f7bbe259 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Delete temporary tarantool_version.h_

Delete a temporary file used for build.
parent 9298278e
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,4 @@ lcov
*.snap
*.xlog
tarantool_version.h
tarantool_version.h_
test/var
......@@ -103,5 +103,6 @@ tarantool_version.h: FORCE
@$(GIT) describe HEAD | tr -d \\n >> $@_
@echo '";' >> $@_
@diff -q $@ $@_ 2>/dev/null >/dev/null || ($(ECHO) " GEN " $(notdir $@); cp $@_ $@)
@rm $@_
FORCE:
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment