Merge pull request #347 from hashcat/revert-346-master

Revert "fallback for Makefile version if its not a git checkout (tarball)"
This commit is contained in:
Jens Steube 2016-05-19 11:10:39 +02:00
commit a5b85d51b9
2 changed files with 1 additions and 2 deletions

1
.gitattributes vendored
View File

@ -1 +0,0 @@
src/Makefile export-subst

View File

@ -80,7 +80,7 @@ CC_WIN_64 := x86_64-w64-mingw32-gcc
##
COMPTIME := $(shell date +%s)
VERSION_TAG := $(shell git describe --tags --dirty=+ || echo '$Format:%D$'|sed -r 's/.* ([^ ]+$)/\1/')
VERSION_TAG := $(shell git describe --tags --dirty=+)
##
## Compiler flags