[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Wed, 7 Aug 2024 20:07:10 -0400 (EDT) |
branch: master
commit 188487096f34f016fb3af4cdd7d68479152fd15f
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 522c717229..314c68aa57 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-07 Gavin Smith <gavinsmith0123@gmail.com>
* autogen.sh: Do not run autoreconf under tp/Texinfo/XS/, running
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 \