From 88319866da44eee2222f86e78b32932daa35ce0f Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 27 Nov 2022 08:04:15 -0300 Subject: Makefile: Use $(HOME) over ~ in dependency name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4103626..3de0a44 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf: $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf $(XDG_DATA_HOME)/common-lisp/source: ln -s $(SRC)/libre $@ -$(XDG_DATA_HOME)/euandreh/e.list.txt: ~/Documents/txt/ opt/aux/gen-e-list.sh +$(XDG_DATA_HOME)/euandreh/e.list.txt: $(HOME)/Documents/txt/ opt/aux/gen-e-list.sh sh opt/aux/gen-e-list.sh > $@ $(PRIV_STATEDIR)/postfix/relayhosts-maps.db $(PRIV_STATEDIR)/postfix/sasl-password.db: -- cgit v1.2.3