From 20ef1b011507cebedd9626ead3384050dc48edce Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 5 Jan 2013 15:05:30 +0000 Subject: [PATCH] Fix whitespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8dce6af0..b068ad75 100644 --- a/Makefile +++ b/Makefile @@ -270,7 +270,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