From: Sam Ravnborg Date: Sat, 13 Dec 2008 22:00:45 +0000 (+0100) Subject: kbuild: fix make incompatibility X-Git-Tag: v2.6.29-rc1~578^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31110ebbec8688c6e9597b641101afc94e1c762a;p=pandora-kernel.git kbuild: fix make incompatibility "Paul Smith" reported that we would fail to build with a new check that may be enabled in an upcoming version of make. The error was: Makefile:442: *** mixed implicit and normal rules. Stop. The problem is that we did stuff like this: config %config: ... The solution was simple - the above was split into two with identical prerequisites and commands. With only three lines it was not worth to try to avoid the duplication. Cc: "Paul Smith" Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed