Browse Source

Merge pull request #249 from Huawei-PTLab/master

Allow "make test" to run with Bourne shell.
Joe Tsai 9 years ago
parent
commit
4bd1920723
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protoc-gen-go/testdata/Makefile

+ 1 - 1
protoc-gen-go/testdata/Makefile

@@ -58,7 +58,7 @@ testbuild:	regenerate
 
 regenerate:
 	# Invoke protoc once to generate three independent .pb.go files in the same package.
-	protoc --go_out=. multi/multi{1,2,3}.proto
+	protoc --go_out=. multi/multi1.proto multi/multi2.proto multi/multi3.proto
 
 #extension_test:	extension_test.$O
 #	$(LD) -L. -o $@ $<