]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile.target
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)
commitb88417062d5f73e2e8137e94b360ca4412942f33
tree29a9b8b198ac83a28ade7de473355ac6979b2761
parent0290b57bdfec83ca78b6d119ea9847bb17943328
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