summaryrefslogtreecommitdiffstats
path: root/ovh
diff options
context:
space:
mode:
Diffstat (limited to 'ovh')
-rw-r--r--ovh/soapi/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@