aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-24 16:18:57 -0300
committerEuAndreh <eu@euandre.org>2023-03-24 16:18:57 -0300
commit5213a94b6dbd73b927ffda17c8958d15f43e7153 (patch)
tree77786dd425270129ae19a76fd955511de0aeb856 /Makefile
parentMakefile: Use debian.sentinel for better dependency tracking (diff)
downloadpackage-repository-5213a94b6dbd73b927ffda17c8958d15f43e7153.tar.gz
package-repository-5213a94b6dbd73b927ffda17c8958d15f43e7153.tar.xz
Makefile: Add missing dependencies to "check-guix"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7218a2c..4927fb6 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ internet-files = \
/etc/dkimproxyout.conf \
/etc/dovecot/dovecot.conf \
-check-guix: $(test-config-files)
+check-guix: result-local.sentinel result-internet.sentinel $(test-config-files)
for f in $(local-files); do \
diff -U5 --color=always result-local$$f tests/local$$f; \
done