[tor/master] Make log.o depend on micro-revision.i

15 Mar
2015
15 Mar
'15
9:10 p.m.
commit e75e0c72781bd6a0cd8ad30cc4814692645a9f04 Author: Nick Mathewson <nickm@torproject.org> Date: Sun Mar 15 17:09:58 2015 -0400 Make log.o depend on micro-revision.i Otherwise micro-revision.i might not get built on time. --- src/common/include.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/include.am b/src/common/include.am index 5b63392..5417cca 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -72,6 +72,8 @@ LIBOR_A_SOURCES = \ $(libor_extra_source) \ $(threads_impl_source) +src/common/log.o: micro-revision.i + LIBOR_CRYPTO_A_SOURCES = \ src/common/aes.c \ src/common/crypto.c \
3722
Age (days ago)
3722
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org