powerpc: fix build with make 3.82
commitafaac2588bac3673e5e1c6b73fc054c931535175
authorSam Ravnborg <sam@ravnborg.org>
Mon, 2 Aug 2010 20:47:48 +0000 (2 20:47 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Aug 2010 20:30:37 +0000 (13 13:30 -0700)
tree1db7f73aa2510b0d8ae9e3ffac42976553151528
parenteca5c118414e728029e764b5ace9b25ced55159d
powerpc: fix build with make 3.82

commit e32e78c5ee8aadef020fbaecbe6fb741ed9029fd upstream.

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 <tmb@mandriva.org>
Tested-by: Thomas Backlund <tmb@mandriva.org>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/Makefile