From dd6fc7ca91f79f9cee70943e64c4a4d4569ca4dd Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 9 Dec 2012 11:36:17 +0100 Subject: Makefile: whitespace style fixes in macro definitions Consistently use a single space before and after the "=" (or ":=", "+=", etc.) in assignments to make macros. Granted, this was not a big deal, but I did find the needless inconsistency quite distracting. Signed-off-by: Stefano Lattarini Signed-off-by: Junio C Hamano --- config.mak.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mak.in') diff --git a/config.mak.in b/config.mak.in index 69d48382fe..e8a9bb4682 100644 --- a/config.mak.in +++ b/config.mak.in @@ -18,7 +18,7 @@ datarootdir = @datarootdir@ template_dir = @datadir@/git-core/templates sysconfdir = @sysconfdir@ -mandir=@mandir@ +mandir = @mandir@ srcdir = @srcdir@ VPATH = @srcdir@ -- cgit v1.2.3