From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mpifh-0005Na-6n for qemu-devel@nongnu.org; Mon, 21 Sep 2009 09:11:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mpifc-0005MW-DO for qemu-devel@nongnu.org; Mon, 21 Sep 2009 09:11:12 -0400 Received: from [199.232.76.173] (port=34529 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpifc-0005MT-8X for qemu-devel@nongnu.org; Mon, 21 Sep 2009 09:11:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28556) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mpifb-0007Py-Iu for qemu-devel@nongnu.org; Mon, 21 Sep 2009 09:11:08 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8LDB6L9014112 for ; Mon, 21 Sep 2009 09:11:06 -0400 From: Juan Quintela Date: Mon, 21 Sep 2009 15:10:55 +0200 Message-Id: <1253538655-13766-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PATCH] clean: remove ide/*.o files on clean List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Signed-off-by: Juan Quintela --- Makefile.target | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.6.2.5