From 95c85896c8d3f3a5dce3b58f930894b49647119f Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 22 Aug 2011 16:09:36 +0200 Subject: ovh soapi Makefile: s/-v// --- ovh/soapi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ovh') diff --git a/ovh/soapi/Makefile b/ovh/soapi/Makefile index 6a4a3a6b..8cc257ea 100644 --- a/ovh/soapi/Makefile +++ b/ovh/soapi/Makefile @@ -9,7 +9,7 @@ target_exes := $(addprefix ../../bin/,$(exes)) install: $(target_exes) ../../bin/%: % SOAPpy - ln -vsnf ../ovh/soapi/$* $@ + ln -snf ../ovh/soapi/$* $@ src: mkdir $@ -- cgit v1.2.3