From e31ff19c011524d033ba0d260670fed4a32041c9 Mon Sep 17 00:00:00 2001 From: Gordon GECOS Date: Wed, 14 Oct 2020 09:14:08 -0400 Subject: fix build deps build order --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 53c89f0e9..ec4144058 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,8 @@ committed_build_products = config.guess config.h.in config.sub configure gitignore: git checkout $(committed_build_products) +build-stamp: libfido2/install-stamp dh-runit/install-stamp + build-stamp libfido2/build-stamp dh-runit/build-stamp: cd $(dir $@) && mk-build-deps ./debian/control --install --root-cmd sudo --remove || true cd $(dir $@) && dpkg-buildpackage -us -uc -nc -- cgit v1.2.3