[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Silence make if nothing is to do for libcacard
From: |
Jan Kiszka |
Subject: |
[Qemu-devel] [PATCH] Silence make if nothing is to do for libcacard |
Date: |
Wed, 21 Sep 2011 09:18:32 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 |
Signed-off-by: Jan Kiszka <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.3.4
- [Qemu-devel] [PATCH] Silence make if nothing is to do for libcacard,
Jan Kiszka <=