powerpc: fix build with make 3.82
authorSam Ravnborg <sam@ravnborg.org>
Mon, 2 Aug 2010 20:47:48 +0000 (20:47 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Aug 2010 20:19:30 +0000 (13:19 -0700)
commit5f7cfdb44e65760a08fe557c5ebd079dc766eb00
tree4790d9b524cf686ce5672cb0022420839044822e
parent876b3a81850fc237f643a065ea78ce2ad7665767
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