summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-03-06 00:31:18 +0100
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-03-06 14:00:54 -0600
commit0d55e4913765f46e92d7e033460b8a6fd1c9b192 (patch)
tree0129c02c93347f6102607940600d6c378cc097ac /ChangeLog
parent0221b657fe95c34f2ef64afaff8f922ebecc0d03 (diff)
downloadgroff-git-0d55e4913765f46e92d7e033460b8a6fd1c9b192.tar.gz
[arch]: Rename target to fix non-GNU make failure.
* arch/misc/misc.am (shdeps.sed): Rename target from this... ($(SH_DEPS_SED_SCRIPT)): ...to this, to work better with make(1) on FreeBSD, NetBSD, and AIX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28d56966d..872f34afe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-03-06 Bruno Haible <bruno@clisp.org>
+
+ * arch/misc/misc.am (shdeps.sed): Rename target from this...
+ ($(SH_DEPS_SED_SCRIPT)): ...to this, to work better with make(1)
+ on FreeBSD, NetBSD, and AIX.
+
2023-03-01 G. Branden Robinson <g.branden.robinson@gmail.com>
[build]: Discard now-unneeded Autoconf macro and variables.