commit 0bc4a11cd0b96c015929c8d7134f82008d0d6f08 Author: n8fr8 nathan@freitas.net Date: Thu May 3 18:55:17 2012 -0400
added in config.sub and .guess copying --- external/Makefile | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/external/Makefile b/external/Makefile index 0c5214f..66ea64a 100644 --- a/external/Makefile +++ b/external/Makefile @@ -86,6 +86,8 @@ openssl-static-clean:
libevent/configure: cd libevent && ./autogen.sh + cp config.sub libevent + cp config.guess libevent
libevent/Makefile: libevent/configure cd libevent && \ @@ -118,6 +120,8 @@ libevent-clean: tor/configure: cd tor && \ ./autogen.sh + cp config.sub tor + cp config.guess tor
tor/Makefile: tor/configure cd tor && \ @@ -151,6 +155,8 @@ privoxy/configure: cd privoxy && \ ./autoheader ./autoconf + cp config.sub privoxy + cp config.guess privoxy
privoxy/Makefile: privoxy/configure cd privoxy && \
tor-commits@lists.torproject.org