From c3c969b71e90ef114052fae527b60a55f01c790b Mon Sep 17 00:00:00 2001 From: Memphiz Date: Tue, 7 Jun 2011 00:07:09 +0200 Subject: [darwin] - remove source dir on clean, use new libnfs version (fixes libdir on osx) --- tools/darwin/depends/libnfs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3