diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-12-26 13:43:13 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-26 13:43:13 -0500 |
commit | 263f6d11fdbb665b026e3dc2d8e7260475c3ff4b (patch) | |
tree | 6293ec9665544b2784724a933ec41308d4505139 /src/common/include.am | |
parent | 9a901aaa01eb3c362cc84836b54307b32f44295b (diff) | |
download | tor-263f6d11fdbb665b026e3dc2d8e7260475c3ff4b.tar.gz tor-263f6d11fdbb665b026e3dc2d8e7260475c3ff4b.zip |
Mark all object files built based on micro-revision.i as depending on it
Fixes make -j for some users; fixes bug 17826.
Bugfix on 0.2.5.1, when we started building testing versions of all
the object files.
Diffstat (limited to 'src/common/include.am')
-rw-r--r-- | src/common/include.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/include.am b/src/common/include.am index 2fc92e2ceb..d82c093d1e 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -78,7 +78,10 @@ LIBOR_A_SOURCES = \ $(threads_impl_source) \ $(readpassphrase_source) -src/common/log.o: micro-revision.i +src/common/src_common_libor_testing_a-log.o \ + src/common/src_common_libor_testing_a-log.obj \ + src/common/log.o \ + src/common/log.obj : micro-revision.i LIBOR_CRYPTO_A_SOURCES = \ src/common/aes.c \ |