Searched hist:b843e4ec01991a386a9e0e9030703524446e03da (Results 1 – 1 of 1) sorted by relevance
/linux/arch/microblaze/ |
H A D | Makefile | diff b843e4ec01991a386a9e0e9030703524446e03da Thu Oct 21 12:19:10 CEST 2010 Thomas Backlund <tmb@mandriva.org> microblaze: Fix build with make 3.82
When running make headers_install_all on x86_64 and make 3.82 I hit this:
arch/microblaze/Makefile:80: *** mixed implicit and normal rules. Stop. make: *** [headers_install_all] Error 2
So split the rules to satisfy make 3.82.
Signed-off-by: Thomas Backlund <tmb@mandriva.org> Cc: Stable <stable@kernel.org> Signed-off-by: Michal Simek <monstr@monstr.eu>
|