This is an automated email from the ASF dual-hosted git repository.
lorinlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
The following commit(s) were added to refs/heads/master by this push:
new 8700c85 Fix unstable UT link error
new b58c5fa Merge pull request #1711 from wwbmmm/fix-ut-link-error
8700c85 is described below
commit 8700c8531f4420d4bc56f8bdabba113fb7cc9351
Author: wangweibing <[email protected]>
AuthorDate: Thu Mar 3 08:46:19 2022 +0000
Fix unstable UT link error
---
test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile b/test/Makefile
index 9a63dc1..a6e035f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -189,7 +189,7 @@ clean_bins:
libbrpc.dbg.$(SOEXT):FORCE
$(MAKE) -C.. test/libbrpc.dbg.$(SOEXT)
-libbvar.dbg.a:FORCE
+libbvar.dbg.a:libbrpc.dbg.$(SOEXT) FORCE
$(MAKE) -C.. test/libbvar.dbg.a
FORCE:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]