Revert "fallback for Makefile version if its not a git checkout (tarball)"
authorJens Steube <jens.steube@gmail.com>
Thu, 19 May 2016 09:10:16 +0000 (11:10 +0200)
committerJens Steube <jens.steube@gmail.com>
Thu, 19 May 2016 09:10:16 +0000 (11:10 +0200)
.gitattributes [deleted file]
src/Makefile

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644 (file)
index d39ea83..0000000
+++ /dev/null
@@ -1 +0,0 @@
-src/Makefile export-subst
index 6748adf..ea72eb4 100644 (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