qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 5/8] Silence make if nothing is to do for libcacard


From: Stefan Hajnoczi
Subject: [Qemu-devel] [PATCH 5/8] Silence make if nothing is to do for libcacard
Date: Wed, 21 Sep 2011 11:26:03 +0100

From: Jan Kiszka <address@hidden>

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Stefan Hajnoczi <address@hidden>
---
 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




reply via email to

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