Skip to content

Commit

Permalink
Fix unstable UT link error
Browse files Browse the repository at this point in the history
  • Loading branch information
wwbmmm committed Mar 3, 2022
1 parent f8069ad commit 8700c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit 8700c85

Please sign in to comment.