summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-10-26 15:17:28 -0400
committerAndrew Cady <d@jerkface.net>2021-03-13 10:46:55 -0500
commit9fb3a5a8f2d3636468cbcfe5d2cbcf7e05026532 (patch)
tree8702ee3b84b7c82acd02837b066d5a5826cea5f4
parent4d4d861cf5bb31e53272e359f4933c0c39cbb74a (diff)
try to prevent silent failure
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec4144058..16d9662dd 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ build-stamp libfido2/build-stamp dh-runit/build-stamp:
39 touch $@ 39 touch $@
40 40
41$(package_files): build-stamp 41$(package_files): build-stamp
42 for pkg in $(package_files); do [ -e "$$pkg" ] || exit; done
42 43
43$(fido_package_files): libfido2/build-stamp 44$(fido_package_files): libfido2/build-stamp
44$(dh_runit_package_files): dh-runit/build-stamp 45$(dh_runit_package_files): dh-runit/build-stamp