From befb031654d6b109571fe7095846c540c0136b84 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 21 Sep 2009 15:10:55 +0200 Subject: clean: remove ide/*.o files on clean Signed-off-by: Juan Quintela Signed-off-by: Aurelien Jarno --- Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 0ebef17..4c45907 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 -- cgit v1.1