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
commitb84af6c3d35794f4836d08b47ed7b46ba83ceb02 (patch)
tree73ef38317b364badabf6dabbf5bb9118f945bfd2 /ovh/soapi/Makefile
parent4b0a2df306808ef36215009cc0f35db25ae426c6 (diff)
parent6a0a20ebe261ef6f9c05a3c186bb980e1dd4137a (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 $@