From 6c31fcf45403d9f9c8f45727329d7b24ba47781a Mon Sep 17 00:00:00 2001 From: Daniel Jaglowski Date: Wed, 11 May 2022 15:34:44 -0400 Subject: [PATCH] [tooling/impi] Evaluate packages of current module only (#9946) --- Makefile.Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.Common b/Makefile.Common index b016d4ca0afe..3d4f06b3c7d3 100644 --- a/Makefile.Common +++ b/Makefile.Common @@ -117,7 +117,7 @@ misspell-correction: .PHONY: impi impi: - @$(IMPI) --local github.com/open-telemetry/opentelemetry-collector-contrib --scheme stdThirdPartyLocal ./... + @$(IMPI) --local github.com/open-telemetry/opentelemetry-collector-contrib --scheme stdThirdPartyLocal $(ALL_PKGS) .PHONY: moddownload moddownload: