diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-05-21 21:31:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-05-21 21:31:13 +0000 |
commit | abf32a893cf60a99c17fa8141736d59c5b2a882d (patch) | |
tree | ed82a7bf174bfed3a4076aaaa246e905cb7c4901 /ld/Makefile.am | |
parent | 175645e4633bc4b50ab26d38ec4f8d842a001256 (diff) | |
download | gdb-abf32a893cf60a99c17fa8141736d59c5b2a882d.zip gdb-abf32a893cf60a99c17fa8141736d59c5b2a882d.tar.gz gdb-abf32a893cf60a99c17fa8141736d59c5b2a882d.tar.bz2 |
2005-05-21 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (ld.1): Depend on "info".
* Makefile.in: Regenerated.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |