From b04e381be945493adb89dce783840a98c6c67ee7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 24 Nov 2022 19:42:02 -0300 Subject: Makefile: Fix dependency of sasl-password --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4e65fa..1e25e7e 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,10 @@ derived-assets = \ all: $(derived-assets) - cd $(PRIV_CONFIG) && $(MAKE) $@ + + +tilde: + cd $(PRIV_CONFIG) && $(MAKE) share/man/man1/x.1: bin/x @@ -54,6 +57,7 @@ $(XDG_DATA_HOME)/euandreh/e.list.txt: ~/Documents/txt/ opt/aux/gen-e-list.sh $(PRIV_STATEDIR)/postfix/relayhosts-maps.db $(PRIV_STATEDIR)/postfix/sasl-password.db: postmap $(@D)/`basename $@ .db` +$(PRIV_STATEDIR)/postfix/sasl-password: tilde $(PRIV_STATEDIR)/postfix/sasl-password.db: $(PRIV_STATEDIR)/postfix/sasl-password $(PRIV_STATEDIR)/postfix/relayhosts-maps.db: $(PRIV_STATEDIR)/postfix/relayhosts-maps -- cgit v1.2.3