aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2011-06-11 17:59:16 +0200
committerMemphiz <memphis@machzwo.de>2011-06-11 17:59:16 +0200
commit24fec66d18882a48ecb42ed325e0a39a5a343c7d (patch)
tree7281c7b4de37df3c7ba2d51b5a1d3bbb4579c480 /tools
parent1d71b925f789ced69de326365a10a8ed532c8969 (diff)
[libnfs] - cleanup softlinks
Diffstat (limited to 'tools')
-rw-r--r--tools/darwin/depends/libnfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/darwin/depends/libnfs/Makefile b/tools/darwin/depends/libnfs/Makefile
index 08392d3053..019bd01e85 100644
--- a/tools/darwin/depends/libnfs/Makefile
+++ b/tools/darwin/depends/libnfs/Makefile
@@ -38,9 +38,9 @@ $(LIBDYLIB): $(SOURCE)
.installed:
make -C $(SOURCE) install
- touch $@
+ rm -f $(PREFIX)/lib/libnfs.dylib
ln -s $(PREFIX)/lib/$(DYLIBNAME) $(PREFIX)/lib/libnfs.dylib
-
+ touch $@
clean:
make -C $(SOURCE) clean
rm -r .installed