Makefile: Remove dangerous EOL trailing backslash
commitf4bda37d3d580d5d28a07f7290f23be005322c92
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 18 Jun 2020 12:33:37 +0000 (18 14:33 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 10 Jul 2020 22:02:20 +0000 (10 18:02 -0400)
treea4cd0d941c2be00df2e3e83e3362f740725dc653
parentf7091f5f052a6173a563319cb8c6c48f861276d0
Makefile: Remove dangerous EOL trailing backslash

One might get caught trying to understand unexpected Makefile
behavior. Trailing backslash can help to split very long lines,
but are rather dangerous when nothing follow. Preserve other
developers debugging time by removing this one.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile