From 0bc4a11cd0b96c015929c8d7134f82008d0d6f08 Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 3 May 2012 18:55:17 -0400 Subject: [PATCH] added in config.sub and .guess copying --- external/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/external/Makefile b/external/Makefile index 0c5214f6..66ea64a2 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 && \