From 7d90fa8891a9532c37b6f932b1d21257c7b94559 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 7 Feb 2020 04:55:44 -0500 Subject: [PATCH] fix typo in Makefile abseil dependency --- templates/Makefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Makefile.template b/templates/Makefile.template index 291fca200e9..7fae035c1e4 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -1585,7 +1585,7 @@ $(CARES_DEP) \ $(ADDRESS_SORTING_DEP) \ $(UPB_DEP) \ - $(LIBGRPC_ABSEIL_DEP) \ + $(GRPC_ABSEIL_DEP) \ % endif % endif % if lib.language == 'c++':