From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6K0P-0007ZI-RJ for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6K0O-0006PG-88 for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:17 -0400 Received: from mtagate2.uk.ibm.com ([194.196.100.162]:35531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6K0N-0006Ol-TU for qemu-devel@nongnu.org; Wed, 21 Sep 2011 06:26:16 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate2.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p8LAQEF6031664 for ; Wed, 21 Sep 2011 10:26:14 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p8LAQEPA2629802 for ; Wed, 21 Sep 2011 11:26:14 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p8LHQ92D027734 for ; Wed, 21 Sep 2011 11:26:09 -0600 From: Stefan Hajnoczi Date: Wed, 21 Sep 2011 11:26:03 +0100 Message-Id: <1316600766-5541-6-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1316600766-5541-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1316600766-5541-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 5/8] Silence make if nothing is to do for libcacard List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Jan Kiszka , Anthony Liguori , Stefan Hajnoczi From: Jan Kiszka Signed-off-by: Jan Kiszka Signed-off-by: Stefan Hajnoczi --- libcacard/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libcacard/Makefile b/libcacard/Makefile index 81d9eb5..a145569 100644 --- a/libcacard/Makefile +++ b/libcacard/Makefile @@ -27,6 +27,8 @@ clean: rm -Rf .libs all: vscclient +# Dummy command so that make thinks it has done something + @true ######################################################################### # Rules for building libcacard standalone library -- 1.7.5.4