diff options
author | Jan Kiszka | 2011-09-21 09:18:32 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2011-09-21 11:49:38 +0200 |
commit | c2162a8b07dbc5479bce3dff5882344f61a37647 (patch) | |
tree | 29e267674ec9c92eea9482d820816967129c9ce2 | |
parent | Drop unneeded pthread.h inclusions (diff) | |
download | qemu-c2162a8b07dbc5479bce3dff5882344f61a37647.tar.gz qemu-c2162a8b07dbc5479bce3dff5882344f61a37647.tar.xz qemu-c2162a8b07dbc5479bce3dff5882344f61a37647.zip |
Silence make if nothing is to do for libcacard
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
-rw-r--r-- | libcacard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcacard/Makefile b/libcacard/Makefile index 81d9eb5206..a145569044 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 |