From de9ac34993b28ccf24e3609cf2b862cd88ec5be1 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Wed, 10 Feb 2021 17:38:56 +0100 Subject: [PATCH] install depends on build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1afc89c..55628094 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ asn1: sync $(MAKE) -C asn.1 -install: +install: build $(MAKE) -C src install $(MAKE) -C asn.1 install ifeq ($(BUILT_IN_MIME),pepmime)