clean: remove ide/*.o files on clean
authorJuan Quintela <quintela@redhat.com>
Mon, 21 Sep 2009 13:10:55 +0000 (15:10 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 25 Sep 2009 15:28:33 +0000 (17:28 +0200)
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Makefile.target

index 0ebef17..4c45907 100644 (file)
@@ -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