mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-28 11:43:01 +02:00
src: ensure 'make dep' is called first for 'make check'
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user