powerpc: fix build with make 3.82
commitaadd897197b35fe0ea2a734c8ad42107a1a1d112
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:27:10 +0000 (13 13:27 -0700)
treefc2defd242515d7b03526fa36dd09d9517084221
parent0fed784ebff66fa6147f163c544596d0be529068
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