Use relative paths instead of absolute paths

This commit is contained in:
Pavel Janík
2016-04-02 16:32:42 +02:00
committed by lateminer
parent bc7543731f
commit 4e459ffc7b

View File

@@ -532,7 +532,7 @@ endif
%.pb.cc %.pb.h: %.proto
@test -f $(PROTOC)
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(abspath $(<D) $<)
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(<D) $<
if ENABLE_TESTS
include Makefile.test.include