Re: [Qemu-devel] [PATCH] fix whitespace bogon in some versions of make

2010-05-03 Thread Anthony Liguori
On 04/26/2010 04:52 PM, Nathan Froyd wrote: 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

[Qemu-devel] [PATCH] fix whitespace bogon in some versions of make

2010-04-26 Thread Nathan Froyd
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