diff options
author | Juan Quintela <quintela@redhat.com> | 2009-09-21 15:10:55 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-09-25 17:28:33 +0200 |
commit | befb031654d6b109571fe7095846c540c0136b84 (patch) | |
tree | 065980f9d61eb446cfa3938c0ee5fb9095cc224b /Makefile.target | |
parent | 87b78ad18f61864011779616d2010926d71d9881 (diff) |
clean: remove ide/*.o files on clean
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index 0ebef17924..4c45907462 100644 --- a/Makefile.target +++ b/Makefile.target @@ -326,7 +326,7 @@ qemu-monitor.h: $(SRC_PATH)/qemu-monitor.hx clean: rm -f *.o *.a *~ $(PROGS) nwfpe/*.o fpu/*.o - rm -f *.d */*.d tcg/*.o + rm -f *.d */*.d tcg/*.o ide/*.o rm -f qemu-options.h qemu-monitor.h gdbstub-xml.c install: all |