Skip to content

Commit b09ca9e

Browse files
authored
Merge pull request #500 from pohly/fix-refresh-go
fix refresh of generated Go files
2 parents 09b5d07 + bb02026 commit b09ca9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ endif
4343
build_cpp:
4444
$(MAKE) -C lib/cxx
4545

46-
$(CSI_GO):
46+
# The file exists, but could be out-of-date.
47+
$(CSI_GO): $(CSI_PROTO)
4748
$(MAKE) -C lib/go csi/csi.pb.go
4849

4950
$(CSI_A): $(CSI_GO)

0 commit comments

Comments
 (0)