Commit 3fe4cb5
committed
native: fix parallel build issue
This can be reproduced with `make --shuffle=3224289900`. The $(TESTLIB2)
target needs libtestlib.* as it uses $(TESTDEP) in the rule, but it doesn't
depend on that library actually being built yet. Fix that.
Bug: https://bugs.gentoo.org/963877
Signed-off-by: Sam James <[email protected]>1 parent 01c7807 commit 3fe4cb5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | | - | |
| 512 | + | |
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
| |||
0 commit comments