summaryrefslogtreecommitdiffstats
path: root/ovh
diff options
context:
space:
mode:
authortv <tv@xso>2011-08-22 16:09:36 +0200
committertv <tv@xso>2011-08-22 16:09:36 +0200
commit95c85896c8d3f3a5dce3b58f930894b49647119f (patch)
treefd5d2c6bd864830c53bce3ccded42320c0a95c9b /ovh
parentee2d8ddd94e097106e8ebabd906afc82e4e7c63c (diff)
ovh soapi Makefile: s/-v//
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 $@