]> git.proxmox.com Git - qemu.git/commit - Makefile
trace: remove timestamp files when cleaning up
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Oct 2010 08:24:17 +0000 (08:24 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 9 Oct 2010 08:24:17 +0000 (08:24 +0000)
commitd7489b72cae6ba5aaf7f3ac868b7fd18c0a59809
tree7922d8ef8a3e7770cdff500b694475b53e7aa425
parentba80782912293c9b9828d0cf406f90b76bf4f61b
trace: remove timestamp files when cleaning up

'make clean' did not remove trace.[ch]-timestamp files,
only trace.[ch]. But 'make' did not know how to make trace.[ch]
files if the timestamp files were present.

Fix by removing the timestamp files along with trace.[ch].

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile