Skip to content

Commit 0087f26

Browse files
committed
Use relative paths instead of absolute paths
1 parent 30c2dd8 commit 0087f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ endif
479479

480480
%.pb.cc %.pb.h: %.proto
481481
@test -f $(PROTOC)
482-
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(abspath $(<D) $<)
482+
$(AM_V_GEN) $(PROTOC) --cpp_out=$(@D) --proto_path=$(<D) $<
483483

484484
if ENABLE_TESTS
485485
include Makefile.test.include

0 commit comments

Comments
 (0)