We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c2dd8 commit 0087f26Copy full SHA for 0087f26
src/Makefile.am
@@ -479,7 +479,7 @@ endif
479
480
%.pb.cc %.pb.h: %.proto
481
@test -f $(PROTOC)
482
- $(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(abspath $(<D) $<)
+ $(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(<D) $<
483
484
if ENABLE_TESTS
485
include Makefile.test.include
0 commit comments