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: Sun, 4 Aug 2024 16:01:44 -0400 (EDT)

branch: master
commit 893435e65effef1ebb1e3ce06ea07b3174d00160
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Aug 4 20:55:53 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 e22d7e2202..7c9eb380f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-08-04  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-07-27  Patrice Dumas  <pertusus@free.fr>
 
        * t/init_files_tests.t
diff --git a/info/Makefile.am b/info/Makefile.am
index 2315b1c999..a54adc37b1 100644
--- a/info/Makefile.am
+++ b/info/Makefile.am
@@ -43,6 +43,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]