aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2011-06-07 00:07:09 +0200
committerMemphiz <memphis@machzwo.de>2011-06-07 00:07:09 +0200
commitc3c969b71e90ef114052fae527b60a55f01c790b (patch)
tree796d9ac0f9514914998c51d56e2ebb06acf389d9 /tools
parent96eb50413416e1a4e805141cbc37ed8b4057a319 (diff)
[darwin] - remove source dir on clean, use new libnfs version (fixes libdir on osx)
Diffstat (limited to 'tools')
-rw-r--r--tools/darwin/depends/libnfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/darwin/depends/libnfs/Makefile b/tools/darwin/depends/libnfs/Makefile
index 120c1db767..b5e8245e50 100644
--- a/tools/darwin/depends/libnfs/Makefile
+++ b/tools/darwin/depends/libnfs/Makefile
@@ -3,7 +3,7 @@ include ../config.site.mk
# lib name, version
LIBNAME=libnfs
-VERSION=77c23b4
+VERSION=a05b17e
SOURCE=Memphiz-$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.gz
@@ -45,6 +45,7 @@ $(LIBDYLIB): $(SOURCE)
clean:
make -C $(SOURCE) clean
rm -r .installed
+ rm -rf $(SOURCE)
distclean::
rm -rf $(SOURCE) .installed