groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/08: [arch]: Rename target to fix non-GNU make failure.


From: G. Branden Robinson
Subject: [groff] 01/08: [arch]: Rename target to fix non-GNU make failure.
Date: Mon, 6 Mar 2023 16:22:21 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 0d55e4913765f46e92d7e033460b8a6fd1c9b192
Author: Bruno Haible <bruno@clisp.org>
AuthorDate: Mon Mar 6 00:31:18 2023 +0100

    [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.
---
 ChangeLog         | 6 ++++++
 arch/misc/misc.am | 4 ++--
 2 files changed, 8 insertions(+), 2 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.
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)" > $@
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]