From 17f77a3be4a46c56fb885232ebc006f70d002ebe Mon Sep 17 00:00:00 2001 From: Walter Schulze Date: Tue, 14 Jan 2025 13:46:05 +0000 Subject: [PATCH] fix proto paths --- debug/Makefile | 2 +- proto/prototests/Makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debug/Makefile b/debug/Makefile index e3e50c3..7b927f5 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -13,4 +13,4 @@ # limitations under the License. regenerate: - (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf debug.proto) + (protoc --gogo_out=. -I=.:../../../../:../../../../github.com/gogo/protobuf/protobuf debug.proto) diff --git a/proto/prototests/Makefile b/proto/prototests/Makefile index 60a33f9..a7b9abb 100644 --- a/proto/prototests/Makefile +++ b/proto/prototests/Makefile @@ -13,6 +13,6 @@ # limitations under the License. regenerate: - (protoc --gogo_out=. -I=.:../../../../../../:../../../../../../github.com/gogo/protobuf/protobuf extensions.proto) - (protoc --gogo_out=. -I=.:../../../../../../:../../../../../../github.com/gogo/protobuf/protobuf msg.proto) - (protoc --gogo_out=. -I=.:../../../../../../:../../../../../../github.com/gogo/protobuf/protobuf proto3.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf extensions.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf msg.proto) + (protoc --gogo_out=. -I=.:../../../../../:../../../../../github.com/gogo/protobuf/protobuf proto3.proto)