From: Sam Ravnborg Date: Mon, 2 Aug 2010 20:47:48 +0000 (+0000) Subject: powerpc: fix build with make 3.82 X-Git-Tag: v2.6.36-rc1~309^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e32e78c5ee8aadef020fbaecbe6fb741ed9029fd;p=pandora-kernel.git powerpc: fix build with make 3.82 Thomas Backlund reported that the powerpc build broke with make 3.82. It failed with the following message: arch/powerpc/Makefile:183: *** mixed implicit and normal rules. Stop. The fix is to avoid mixing non-wildcard and wildcard targets. Reported-by: Thomas Backlund Tested-by: Thomas Backlund Cc: Michal Marek Cc: stable Signed-off-by: Sam Ravnborg Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed