added in config.sub and .guess copying
This commit is contained in:
parent
f946cef6e3
commit
0bc4a11cd0
|
@ -86,6 +86,8 @@ openssl-static-clean:
|
||||||
|
|
||||||
libevent/configure:
|
libevent/configure:
|
||||||
cd libevent && ./autogen.sh
|
cd libevent && ./autogen.sh
|
||||||
|
cp config.sub libevent
|
||||||
|
cp config.guess libevent
|
||||||
|
|
||||||
libevent/Makefile: libevent/configure
|
libevent/Makefile: libevent/configure
|
||||||
cd libevent && \
|
cd libevent && \
|
||||||
|
@ -118,6 +120,8 @@ libevent-clean:
|
||||||
tor/configure:
|
tor/configure:
|
||||||
cd tor && \
|
cd tor && \
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
cp config.sub tor
|
||||||
|
cp config.guess tor
|
||||||
|
|
||||||
tor/Makefile: tor/configure
|
tor/Makefile: tor/configure
|
||||||
cd tor && \
|
cd tor && \
|
||||||
|
@ -151,6 +155,8 @@ privoxy/configure:
|
||||||
cd privoxy && \
|
cd privoxy && \
|
||||||
./autoheader
|
./autoheader
|
||||||
./autoconf
|
./autoconf
|
||||||
|
cp config.sub privoxy
|
||||||
|
cp config.guess privoxy
|
||||||
|
|
||||||
privoxy/Makefile: privoxy/configure
|
privoxy/Makefile: privoxy/configure
|
||||||
cd privoxy && \
|
cd privoxy && \
|
||||||
|
|
Loading…
Reference in New Issue