texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Thu, 22 Aug 2024 13:34:08 -0400 (EDT)

branch: release/7.1
commit 407fd7c571e421d5af16ec2ab8bf548e1ce8fe74
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Aug 7 23:17:45 2024 +0100

    * info/Makefile.am (../gnulib/lib/libgnu.a):
    Add rule to allow running "make dist" without running "make"
    first.  Report from Bruno Haible.
---
 ChangeLog        | 6 ++++++
 info/Makefile.am | 4 ++++
 2 files changed, 10 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 5191cbcd13..eea93026f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-08-07  Patrice Dumas  <pertusus@free.fr>
+
+       * info/Makefile.am (../gnulib/lib/libgnu.a):
+       Add rule to allow running "make dist" without running "make"
+       first.  Report from Bruno Haible.
+
 2024-08-20  Bruno Haible <bruno@clisp.org>
 
        build: Fix failure of all install-info tests on Solaris 11.4.
diff --git a/info/Makefile.am b/info/Makefile.am
index f57b341ea2..660d7f50e0 100644
--- a/info/Makefile.am
+++ b/info/Makefile.am
@@ -35,6 +35,10 @@ LDADD += $(HARD_LOCALE_LIB) $(SETLOCALE_NULL_LIB)
 # for mbrtowc gnulib module which is brought in indirectly
 LDADD += $(MBRTOWC_LIB)
 
+# Needed if make has not run in the "gnulib" directory yet
+../gnulib/lib/libgnu.a:
+       cd ../gnulib/lib && $(MAKE) $(AM_MAKEFLAGS)
+
 EXTRA_DIST = pcterm.c
 
 ginfo_SOURCES = dir.c display.c display.h doc.h dribble.c dribble.h \



reply via email to

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