From: Sam Ravnborg Date: Mon, 4 Mar 2013 20:36:24 +0000 (+0100) Subject: kbuild: fix make headers_check with make 3.80 X-Git-Tag: v3.9-rc3~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4619bc6fa5149a6ab39be845a39142b6a996ea5;p=pandora-kernel.git kbuild: fix make headers_check with make 3.80 Commit 10b63956 ("UAPI: Plumb the UAPI Kbuilds into the user header installation and checking") introduced a dependency of make 3.81 due to use of $(or ...) We do not want to lift the requirement to gmake 3.81 just yet... Included are a straightforward conversion to $(if ...) Bisected-and-tested-by: Tetsuo Handa Cc: David Howells Signed-off-by: Sam Ravnborg Cc: [v3.7+] Signed-off-by: Michal Marek --- Reading git-diff-tree failed