Browse Source

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>
Jan Kiszka 14 years ago
parent
commit
c2162a8b07
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libcacard/Makefile

+ 2 - 0
libcacard/Makefile

@@ -27,6 +27,8 @@ clean:
 	rm -Rf .libs
 	rm -Rf .libs
 
 
 all: vscclient
 all: vscclient
+# Dummy command so that make thinks it has done something
+	@true
 
 
 #########################################################################
 #########################################################################
 # Rules for building libcacard standalone library
 # Rules for building libcacard standalone library