[tor-commits] [orbot/master] updated Makefile to not build libevent TESTS

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Apr 4 03:27:24 UTC 2014


commit b5a043a6a03211cbe2b7c052a4a4b166908a1e47
Author: Nathan Freitas <nathan at 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





More information about the tor-commits mailing list