aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2023-01-25 03:11:22 +0100
committerGuilhem Moulin <guilhem@fripost.org>2023-01-25 03:11:22 +0100
commit40a4c9b9be51f9c41edd8b421dd629e001659fb4 (patch)
treeae7e2c050ce2a4251ba3d9490decc3571fdbd431 /Changelog
parent9a8f705eddd18ccc9a24fe0e7efe6b5a87b2be09 (diff)
Replace '$(dir $@)' with '$(@D)' in Makefile.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8bf0721..d37d964 100644
--- a/Changelog
+++ b/Changelog
@@ -25,6 +25,7 @@ lacme (0.8.1) upstream;
- lacme: ignore empty values in settings 'chown', 'chmod', 'certificate'
and 'certificate-chain'.
- lacme: return an error when the 'mode'/'chown' isn't a number.
+ - Makefile: replace '$(dir $@)' with '$(@D)'.
-- Guilhem Moulin <guilhem@fripost.org> Mon, 22 Feb 2021 12:04:28 +0100