From: Glenn Morris Date: Fri, 21 Mar 2014 06:49:38 +0000 (-0700) Subject: * Makefile.in (all): Depend on `info'. X-Git-Tag: emacs-25.0.90~2640^2~344^2~26^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=931be30d736bd31f0f932c2afc1d677de51290fe;p=emacs.git * Makefile.in (all): Depend on `info'. Fixes: debbugs:16626 --- 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