Commit 288e7bcc authored by Nathan Froyd's avatar Nathan Froyd Committed by Anthony Liguori
Browse files

fix whitespace bogon in some versions of make



With three different make binaries I have available, configuring a
pristine QEMU tree and attempting to make gives the cryptic:

Makefile:27: *** missing separator.  Stop.

This patch fixes it (presumably because it makes the output of
`set-vpath' be an empty string, rather than a bit of whitespace), but I
don't understand why this hasn't been a problem for other folks before.

Signed-off-by: default avatarNathan Froyd <froydnj@codesourcery.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 2791104c
Loading
Loading
Loading
Loading
+1 −1

File changed.

Contains only whitespace changes.