From: Juan Quintela Date: Mon, 21 Sep 2009 13:10:55 +0000 (+0200) Subject: clean: remove ide/*.o files on clean X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=befb031654d6b109571fe7095846c540c0136b84;p=qemu.git clean: remove ide/*.o files on clean Signed-off-by: Juan Quintela Signed-off-by: Aurelien Jarno --- 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