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 | 95c85896c8d3f3a5dce3b58f930894b49647119f (patch) | |
tree | fd5d2c6bd864830c53bce3ccded42320c0a95c9b | |
parent | ee2d8ddd94e097106e8ebabd906afc82e4e7c63c (diff) |
ovh soapi Makefile: s/-v//
-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 $@ |