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.
This commit is contained in:
Nick Mathewson
2015-12-26 13:43:13 -05:00
parent 9a901aaa01
commit 263f6d11fd
3 changed files with 13 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor bugfixes (build):
- Mark all object files that include micro-revision.i as depending on
it, so as to make our build more reliable with parallel builds.
Fixes bug 17826; bugfix on 0.2.5.1-alpha.