Set `codegen-tools` to be a dependency of `deep-copy` (#16124)

* Add a little message if the user runs deep-copy without it installed

* Take codegen-tools as a dependency to deep-copy
This commit is contained in:
Thomas Eckert 2023-02-06 11:23:46 -05:00 committed by GitHub
parent 9e99a30b77
commit d81f919d85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ codegen-tools:
@$(SHELL) $(CURDIR)/build-support/scripts/devtools.sh -codegen
.PHONY: deep-copy
deep-copy:
deep-copy: codegen-tools
@$(SHELL) $(CURDIR)/agent/structs/deep-copy.sh
@$(SHELL) $(CURDIR)/agent/proxycfg/deep-copy.sh