diff options
author | tv <tv@xso> | 2011-08-22 16:09:36 +0200 |
---|---|---|
committer | tv <tv@xso> | 2011-08-22 16:09:36 +0200 |
commit | 575d08570e80952b3a95436a14787cc68a9f789b (patch) | |
tree | cf2db0f4e4347a23e6d957327b43bddffb743b5d /ovh/soapi | |
parent | 44a3b4f5cec7c77c906d913116701c7ec4b8bc6c (diff) |
ovh soapi Makefile: s/-v//
Diffstat (limited to 'ovh/soapi')
-rw-r--r-- | ovh/soapi/Makefile | 2 |
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 $@ |