1 Jul 2010 05:32
[PATCH] Makefile: add qemu-options.def to distclean
Hidetoshi Seto <seto.hidetoshi <at> jp.fujitsu.com>
2010-07-01 03:32:32 GMT
2010-07-01 03:32:32 GMT
Remove generated qemu-options.def at "make distclean".
Signed-off-by: Hidetoshi Seto <seto.hidetoshi <at> jp.fujitsu.com>
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 221fbd8..560eac6 100644
--- a/Makefile
+++ b/Makefile
<at> <at> -168,6 +168,7 <at> <at> clean:
distclean: clean
rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi qemu-monitor.texi
+ rm -f qemu-options.def
rm -f config-all-devices.mak
rm -f roms/seabios/config.mak roms/vgabios/config.mak
rm -f qemu-{doc,tech}.{info,aux,cp,dvi,fn,info,ky,log,pdf,pg,toc,tp,vr}
--
--
1.7.0
RSS Feed