commit | b843e4ec01991a386a9e0e9030703524446e03da | [log] [tgz] |
---|---|---|
author | Thomas Backlund <tmb@mandriva.org> | Thu Oct 21 13:19:10 2010 +0300 |
committer | Michal Simek <monstr@monstr.eu> | Fri Oct 22 15:53:15 2010 +1000 |
tree | 75097d58fd55bd03c25a17ea160b0ffa91fe6cf5 | |
parent | a1dfe9c7c9b780865f7a847d3a12fe9214005a58 [diff] |
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>