src: ensure 'make dep' is called first for 'make check'

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-04-03 16:08:37 +02:00
parent 528671c4cd
commit 84c28aab00
+2 -2
View File
@@ -1,7 +1,7 @@
# Host build of critical components, for Coverity Scan mostly
APPS = confd execd factory keyack statd
.PHONY: alla
.PHONY: all
all:
@echo "*** all not supported, only check possible ***"
false
@@ -10,7 +10,7 @@ all:
dep:
(cd libsrx && make -f check.mk dep)
check: $(APPS)
check: dep $(APPS)
rm -rf staging
$(APPS): libsrx