From 931be30d736bd31f0f932c2afc1d677de51290fe Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 20 Mar 2014 23:49:38 -0700 Subject: [PATCH] * Makefile.in (all): Depend on `info'. Fixes: debbugs:16626 --- ChangeLog | 4 ++++ Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8e98bdf317..d977495e4f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-03-21 Glenn Morris + + * Makefile.in (all): Depend on `info'. (Bug#16626) + 2014-03-07 Paul Eggert Merge from gnulib, incorporating: diff --git a/Makefile.in b/Makefile.in index 76a030407b9..be68df1fd6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -288,7 +288,7 @@ SUBDIR_MAKEFILES = `echo $(SUBDIR_MAKEFILES_IN:.in=) | sed 's|$(srcdir)/||g'` COPYDIR = ${srcdir}/etc ${srcdir}/lisp COPYDESTS = "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}" -all: ${SUBDIR} +all: ${SUBDIR} info .PHONY: all ${SUBDIR} blessmail epaths-force epaths-force-w32 FRC -- 2.39.5