From 22a7461cd0bcb398d79546bb072305becf9cfce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Wed, 1 Jul 2020 18:41:59 +0200 Subject: [PATCH] Makefile: Change protobuf bindings directory name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db56eb2..c6e85d4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ hbase_tmp_path := /tmp/hbase -bindings_path := $(CURDIR)/protobuf +bindings_path := $(CURDIR)/hbase-protobuf-python all: @echo Generating Python Protobuf bindings from HBase source