From abf32a893cf60a99c17fa8141736d59c5b2a882d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 21 May 2005 21:31:13 +0000 Subject: 2005-05-21 H.J. Lu * Makefile.am (ld.1): Depend on "info". * Makefile.in: Regenerated. --- ld/ChangeLog | 5 +++++ ld/Makefile.am | 2 ++ ld/Makefile.in | 2 ++ 3 files changed, 9 insertions(+) (limited to 'ld') diff --git a/ld/ChangeLog b/ld/ChangeLog index befde5d..c5f3ca0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2005-05-21 H.J. Lu + + * Makefile.am (ld.1): Depend on "info". + * Makefile.in: Regenerated. + 2005-05-19 Zack Weinberg * Makefile.am: Have 'all' depend on 'info' and 'ld.1'. diff --git a/ld/Makefile.am b/ld/Makefile.am index 10a86ae..a4a52d7 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -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 diff --git a/ld/Makefile.in b/ld/Makefile.in index aa668ce..db78a43 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -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 -- cgit v1.1