qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT befb031] clean: remove ide/*.o files on clean


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT befb031] clean: remove ide/*.o files on clean
Date: Fri, 25 Sep 2009 15:39:13 -0000

From: Juan Quintela <address@hidden>

Signed-off-by: Juan Quintela <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]