commit b5a043a6a03211cbe2b7c052a4a4b166908a1e47 Author: Nathan Freitas nathan@freitas.net Date: Wed Mar 26 11:33:58 2014 -0400
updated Makefile to not build libevent TESTS --- external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/Makefile b/external/Makefile index 875fa90..93d279d 100644 --- a/external/Makefile +++ b/external/Makefile @@ -128,7 +128,7 @@ libevent/Makefile: --disable-shared
libevent-build-stamp: libevent/Makefile - $(MAKE) -C libevent + $(MAKE) -C libevent all-am touch libevent-build-stamp
libevent: openssl libevent-build-stamp
tor-commits@lists.torproject.org