linux-imx (2.6.35.3): Fix build errors when using make 3.82
This backports a fix from 2.6.36 to fix build failures when using make
3.82.
,----
| Author: Jan Beulich <JBeulich@novell.com>
| Date: Mon Aug 16 11:58:58 2010 +0100
|
| fixes for using make 3.82
|
| It doesn't like pattern and explicit rules to be on the same line,
| and it seems to be more picky when matching file (or really directory)
| names with different numbers of trailing slashes.
|
| Signed-off-by: Jan Beulich <jbeulich@novell.com>
| Acked-by: Sam Ravnborg <sam@ravnborg.org>
| Andrew Benton <b3nton@gmail.com>
| Cc: <stable@kernel.org>
| Signed-off-by: Michal Marek <mmarek@suse.cz>
`----
Change-Id: I7a56f54ad2bf6ab623705d8866d03f033a2e925e Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>