summaryrefslogtreecommitdiffstats
path: root/ovh/soapi/Makefile
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-22 23:27:58 +0200
committerroot <root@krebs>2011-08-22 23:27:58 +0200
commitccbb59070dfbec560c989cb8c6bd2baf7a8e047e (patch)
tree2bcd4b69c45aead9265fa1f55e060e6662f8819c /ovh/soapi/Makefile
parent77653ab3cb741537e475c2556b6c164b74657e99 (diff)
parentb249a8963df0869c3f7509b99d15ab4e08954b07 (diff)
Merge branch 'master' of github.com:/krebscode/painload
Diffstat (limited to 'ovh/soapi/Makefile')
-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 $@