From 5d002cdfe9bc1e3c5acea44da97b679767003456 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 5 Jan 2013 15:05:30 +0000 Subject: Fix whitespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 844fbb8b..a0ed05b0 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit