diff options
| author | Glenn Morris | 2014-03-20 23:49:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-03-20 23:49:38 -0700 |
| commit | 931be30d736bd31f0f932c2afc1d677de51290fe (patch) | |
| tree | 677b29b96d683ce6bb2b435c1b493794973ce586 | |
| parent | ffeef15800314d80c469fb34ae9f184d663f1368 (diff) | |
| download | emacs-931be30d736bd31f0f932c2afc1d677de51290fe.tar.gz emacs-931be30d736bd31f0f932c2afc1d677de51290fe.zip | |
* Makefile.in (all): Depend on `info'.
Fixes: debbugs:16626
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-03-21 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (all): Depend on `info'. (Bug#16626) | ||
| 4 | |||
| 1 | 2014-03-07 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2014-03-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Merge from gnulib, incorporating: | 7 | 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'` | |||
| 288 | COPYDIR = ${srcdir}/etc ${srcdir}/lisp | 288 | COPYDIR = ${srcdir}/etc ${srcdir}/lisp |
| 289 | COPYDESTS = "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}" | 289 | COPYDESTS = "$(DESTDIR)${etcdir}" "$(DESTDIR)${lispdir}" |
| 290 | 290 | ||
| 291 | all: ${SUBDIR} | 291 | all: ${SUBDIR} info |
| 292 | 292 | ||
| 293 | .PHONY: all ${SUBDIR} blessmail epaths-force epaths-force-w32 FRC | 293 | .PHONY: all ${SUBDIR} blessmail epaths-force epaths-force-w32 FRC |
| 294 | 294 | ||