emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116820: * Makefile.in (all): Depend on `info'.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r116820: * Makefile.in (all): Depend on `info'.
Date: Fri, 21 Mar 2014 06:49:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116820
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/16626
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2014-03-20 23:49:38 -0700
message:
  * Makefile.in (all): Depend on `info'.
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-03-07 18:57:11 +0000
+++ b/ChangeLog 2014-03-21 06:49:38 +0000
@@ -1,3 +1,7 @@
+2014-03-21  Glenn Morris  <address@hidden>
+
+       * Makefile.in (all): Depend on `info'.  (Bug#16626)
+
 2014-03-07  Paul Eggert  <address@hidden>
 
        Merge from gnulib, incorporating:

=== modified file 'Makefile.in'
--- a/Makefile.in       2014-02-14 08:05:18 +0000
+++ b/Makefile.in       2014-03-21 06:49:38 +0000
@@ -288,7 +288,7 @@
 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
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]