Skip to content

Commit

Permalink
Use relative paths instead of absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanik committed Apr 4, 2016
1 parent 30c2dd8 commit 0087f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,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
Expand Down

0 comments on commit 0087f26

Please sign in to comment.