added in config.sub and .guess copying

This commit is contained in:
n8fr8 2012-05-03 18:55:17 -04:00
parent f946cef6e3
commit 0bc4a11cd0
1 changed files with 6 additions and 0 deletions

6
external/Makefile vendored
View File

@ -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 && \