Makefile: Change protobuf bindings directory name

This commit is contained in:
Björn Busse 2020-07-01 18:41:59 +02:00
parent dcb51054f4
commit 22a7461cd0
1 changed files with 1 additions and 1 deletions

View File

@ -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