kconfig/streamline-config.pl: Simplify backslash line concatination
authorSteven Rostedt <srostedt@redhat.com>
Fri, 13 Jan 2012 22:50:39 +0000 (17:50 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Jan 2012 00:13:30 +0000 (16:13 -0800)
commit d060d963e88f3e990cec2fe5214de49de9a49eca upstream.

Simplify the way lines ending with backslashes (continuation) in Makefiles
is parsed. This is needed to implement a necessary fix.

Tested-by: Thomas Lange <thomas-lange2@gmx.de>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found