aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-27 08:04:15 -0300
committerEuAndreh <eu@euandre.org>2022-11-27 08:04:19 -0300
commit88319866da44eee2222f86e78b32932daa35ce0f (patch)
treec149cae25a83c8adb573b99da3dc05573047a4d7
parentMakefile: Consistent sort of $(derived-assets) (diff)
downloaddotfiles-88319866da44eee2222f86e78b32932daa35ce0f.tar.gz
dotfiles-88319866da44eee2222f86e78b32932daa35ce0f.tar.xz
Makefile: Use $(HOME) over ~ in dependency name
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: