From patchwork Thu Apr 21 11:24:05 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jes Sorensen X-Patchwork-Id: 92397 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A5D15B7021 for ; Thu, 21 Apr 2011 21:25:01 +1000 (EST) Received: from localhost ([::1]:52771 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCs0I-0000dQ-P2 for incoming@patchwork.ozlabs.org; Thu, 21 Apr 2011 07:24:58 -0400 Received: from eggs.gnu.org ([140.186.70.92]:43919) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCs07-0000cQ-KA for qemu-devel@nongnu.org; Thu, 21 Apr 2011 07:24:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCs06-0008TM-2V for qemu-devel@nongnu.org; Thu, 21 Apr 2011 07:24:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCs05-0008Sy-QE for qemu-devel@nongnu.org; Thu, 21 Apr 2011 07:24:46 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3LBOgFO024243 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 21 Apr 2011 07:24:43 -0400 Received: from red-feather.redhat.com ([10.3.113.13]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p3LBOfdi009819; Thu, 21 Apr 2011 07:24:42 -0400 From: Jes.Sorensen@redhat.com To: anthony@codemonkey.ws Date: Thu, 21 Apr 2011 13:24:05 +0200 Message-Id: <1303385045-5960-1-git-send-email-Jes.Sorensen@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: qemu-devel@nongnu.org Subject: [Qemu-devel] [PATCH qemu-glib] Add missing files to distclean list X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Jes Sorensen Signed-off-by: Jes Sorensen --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index a7c1503..bebe3bd 100644 --- a/Makefile +++ b/Makefile @@ -301,6 +301,7 @@ distclean: clean for d in $(TARGET_DIRS) libhw32 libhw64 libuser libdis libdis-user; do \ rm -rf $$d || exit 1 ; \ done + rm -f qmp.h qmp-marshal.c qmp-marshal-types.* KEYMAPS=da en-gb et fr fr-ch is lt modifiers no pt-br sv \ ar de en-us fi fr-be hr it lv nl pl ru th \