mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
Make log.o depend on micro-revision.i
Otherwise micro-revision.i might not get built on time.
This commit is contained in:
parent
efba2922ea
commit
e75e0c7278
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue