* Makefile.in (all): Depend on `info'.
Fixes: debbugs:16626
This commit is contained in:
parent
ffeef15800
commit
931be30d73
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-03-21 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* Makefile.in (all): Depend on `info'. (Bug#16626)
|
||||
|
||||
2014-03-07 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Merge from gnulib, incorporating:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue