Fix compilation failure with simple trace when srcdir==objdir
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Nov 2010 20:07:07 +0000 (20:07 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 16 Nov 2010 20:35:00 +0000 (14:35 -0600)
commit5d532fe7a18ae1a0a7676df291b39196e8e83eb4
tree29a9b8b198ac83a28ade7de473355ac6979b2761
parent0cc85cc485292445072eaad1234a8aa6a0c28865
Fix compilation failure with simple trace when srcdir==objdir

Fix a makefile error that meant that qemu would not compile if
the source and object directories were the same.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.target