diff --git a/build/root/Makefile.generated_files b/build/root/Makefile.generated_files index 1898d3a9e6c..59f1fdf68eb 100644 --- a/build/root/Makefile.generated_files +++ b/build/root/Makefile.generated_files @@ -581,7 +581,7 @@ endif # The Make rule fails if generated API rule violation report differs from the # checked-in violation file, and prints error message to request developer to # fix either the API source code, or the known API rule violation file. -$$($(prefix)_OPENAPI_OUTFILE): $(OPENAPI_GEN) $($(prefix)_KNOWN_VIOLATION_FILENAME:-) +$$($(prefix)_OPENAPI_OUTFILE): $(OPENAPI_GEN) $($(prefix)_KNOWN_VIOLATION_FILENAME) ./hack/run-in-gopath.sh $(OPENAPI_GEN) \ --v $(KUBE_VERBOSE) \ --logtostderr \