Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTaku Kudo <taku@google.com>2018-05-05 18:36:44 +0300
committerTaku Kudo <taku@google.com>2018-05-05 18:36:44 +0300
commitf0bc6be9d2ac74d4072545df4b27196b35c9be76 (patch)
tree033c682d6b6c63254248c08117116088fe4fc41e /src
parent080a9a5008a5adce956703da7563cba828536623 (diff)
Changed the Makefile rule for protobuf
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 22c0c29..37f53d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -95,7 +95,7 @@ clean-local:
-rm -rf lcov_html
%.pb.cc %.pb.h: %.proto
- $(PROTOC) --cpp_out=$(srcdir) $(srcdir)/$<
+ $(PROTOC) --cpp_out=$(srcdir) $<
coverage:
make clean