aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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