summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDavid Drysdale <dmd@lurklurk.org>2013-11-15 10:12:02 +0000
committerDavid Drysdale <dmd@lurklurk.org>2013-11-15 12:15:29 +0000
commit8800c974cd674b0076041b22e2722bd59ebf5cc7 (patch)
treeb49f139a0a3a707366a956a1e3538618834b199e /tools
parentf91ffb6d4feb78e85ce0cdfccad2b3c395078f66 (diff)
Merge code changes from upstream r622
Diffstat (limited to 'tools')
-rw-r--r--tools/python/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/makefile b/tools/python/makefile
index 58e66d6f..ae507671 100644
--- a/tools/python/makefile
+++ b/tools/python/makefile
@@ -138,7 +138,7 @@ $(PYDIR)/deb_dist/$(DEB_PACKAGE)_$(VERSION)-1_all.deb: $(TARBALL)
#####################################################################################################
# Protobuf interface. Requires local installation of protobuf compiler and Python package (google.protobuf)
pb2: $(PYDIR)/phonenumbers/pb2/phonenumber_pb2.py
-$(PYDIR)/pb2/phonenumber_pb2.py: $(TOPDIR)/resources/phonenumber.proto
+$(PYDIR)/phonenumbers/pb2/phonenumber_pb2.py: $(TOPDIR)/resources/phonenumber.proto
protoc -I$(TOPDIR)/resources --python_out=$(PYDIR)/phonenumbers/pb2 $<
testpb2: pb2
cd $(PYDIR) && $(PYTHON) -m testpb2