fix whitespace bogon in some versions of make
commit288e7bccf1719df4d05abc872e75d544089aa139
authorNathan Froyd <froydnj@codesourcery.com>
Mon, 26 Apr 2010 21:52:23 +0000 (26 14:52 -0700)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 May 2010 17:39:53 +0000 (3 12:39 -0500)
treedb3a387bb557336ed1af64e0a18d52d045c4d8c8
parent2791104cfb40314110f96dc5eeab98613e5ab1a0
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: Nathan Froyd <froydnj@codesourcery.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
rules.mak