diff options
author | Memphiz <memphis@machzwo.de> | 2011-06-07 00:07:09 +0200 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2011-06-07 00:07:09 +0200 |
commit | c3c969b71e90ef114052fae527b60a55f01c790b (patch) | |
tree | 796d9ac0f9514914998c51d56e2ebb06acf389d9 /tools | |
parent | 96eb50413416e1a4e805141cbc37ed8b4057a319 (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/Makefile | 3 |
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 |