2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 21 May 2005 21:31:13 +0000 (21:31 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 21 May 2005 21:31:13 +0000 (21:31 +0000)
* Makefile.am (ld.1): Depend on "info".
* Makefile.in: Regenerated.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index befde5d4665dc91b940ddde3ca8f6f1eac954963..c5f3ca04932cabd4caa207c68a27e96b31db89cf 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * Makefile.am (ld.1): Depend on "info".
+       * Makefile.in: Regenerated.
+
 2005-05-19  Zack Weinberg  <zack@codesourcery.com>
 
        * Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
index 10a86ae06e60e3f1ad04181b245b8d23c3100622..a4a52d7f9eaad787e202e21c5459edabb52a800a 100644 (file)
@@ -1699,6 +1699,8 @@ EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
 diststuff: info $(EXTRA_DIST)
 all: info ld.1
 
+ld.1: info
+
 DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
 distclean-local:
        rm -rf ldscripts
index aa668ce23c1b62ca407b6d4d0b967ff62af295f7..db78a434ff2a72f0966f5c92d5d444e04e925749 100644 (file)
@@ -2476,6 +2476,8 @@ install-data-local:
 install-data-local: install-info
 diststuff: info $(EXTRA_DIST)
 all: info ld.1
+
+ld.1: info
 distclean-local:
        rm -rf ldscripts
 
This page took 0.037122 seconds and 4 git commands to generate.