summaryrefslogtreecommitdiff
path: root/arch
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 /arch
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 'arch')
-rw-r--r--arch/misc/misc.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/misc/misc.am b/arch/misc/misc.am
index 08498283b..f8237cc43 100644
--- a/arch/misc/misc.am
+++ b/arch/misc/misc.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2020 Free Software Foundation, Inc.
+# Copyright (C) 2004-2023 Free Software Foundation, Inc.
# Original Makefile.sub written by Keith Marshall
# <keith.d.marshall@ntlworld.com>.
# Adapted to Automake by Bertrand Garrigues
@@ -23,7 +23,7 @@ arch_shdeps_sh = arch/misc/shdeps.sh
EXTRA_DIST += $(arch_shdeps_sh)
MOSTLYCLEANFILES += shdeps.sed
-shdeps.sed: $(top_srcdir)/$(arch_shdeps_sh)
+$(SH_DEPS_SED_SCRIPT): $(top_srcdir)/$(arch_shdeps_sh)
$(AM_V_GEN)$(SHELL) $(top_srcdir)/$(arch_shdeps_sh) \
"$(RT_SEP)" "$(SH_SEP)" "$(bindir)" > $@