diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -261,7 +261,7 @@ endif # Add svn version info USE_GIT= ifeq ($(wildcard .git),.git) - GIT_REV=$(shell git show -s --pretty=format:%h-%ad --date=short) + GIT_REV=$(shell git show -s --pretty=format:%h-%ad --date=short) ifneq ($(GIT_REV),) VERSION:=$(VERSION)_GIT_$(GIT_REV) USE_GIT=1 |