Makefile: fix syntax for older make
commite60ec75948f197b82f867e31b74bb89323e6581f
authorJohannes Sixt <j6t@kdbg.org>
Thu, 9 Feb 2012 08:22:26 +0000 (9 09:22 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Feb 2012 19:47:54 +0000 (9 11:47 -0800)
treefe8fa93880bd1a819420045da1b4fb4705db8150
parentf2d713fc3e8e0b7be89584f04b421808aa99c403
Makefile: fix syntax for older make

It is necessary to write the else branch as a nested conditional. Also,
write the conditions with parentheses because we use them throughout the
Makefile.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile