aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6bd4ab611fa..1806b8824ae 100644
--- a/Makefile
+++ b/Makefile
@@ -932,7 +932,7 @@ docs:
@$(MAKE) -C $(WS_ROOT)/docs docs
.PHONY: pkg-verify
-pkg-verify: install-dep $(BR)/.deps.ok install-ext-deps
+pkg-verify: $(BR)/.deps.ok install-ext-deps
$(call banner,"Building for PLATFORM=vpp")
@$(MAKE) CC=$(CC) -C build-root PLATFORM=vpp TAG=vpp wipe-all install-packages
$(call banner,"Building sample-plugin")