diff options
| author | root <root@krebs> | 2011-08-22 23:27:58 +0200 | 
|---|---|---|
| committer | root <root@krebs> | 2011-08-22 23:27:58 +0200 | 
| commit | ccbb59070dfbec560c989cb8c6bd2baf7a8e047e (patch) | |
| tree | 2bcd4b69c45aead9265fa1f55e060e6662f8819c /ovh/soapi/Makefile | |
| parent | 77653ab3cb741537e475c2556b6c164b74657e99 (diff) | |
| parent | b249a8963df0869c3f7509b99d15ab4e08954b07 (diff) | |
Merge branch 'master' of github.com:/krebscode/painload
Diffstat (limited to 'ovh/soapi/Makefile')
| -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 $@  | 
