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
commit575d08570e80952b3a95436a14787cc68a9f789b (patch)
treecf2db0f4e4347a23e6d957327b43bddffb743b5d /ovh
parent44a3b4f5cec7c77c906d913116701c7ec4b8bc6c (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 $@