diff options
author | Zack Weinberg <zackw@panix.com> | 2005-05-19 23:49:52 +0000 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2005-05-19 23:49:52 +0000 |
commit | e3e71e27a4e81ec1472b900eafec1ebcf583f20e (patch) | |
tree | 892bbd72ab133b9902f039cd826f2f42a54a4026 /ld | |
parent | 27258dd41384e635a717b7c0cdd8b21df789b21b (diff) | |
download | gdb-e3e71e27a4e81ec1472b900eafec1ebcf583f20e.zip gdb-e3e71e27a4e81ec1472b900eafec1ebcf583f20e.tar.gz gdb-e3e71e27a4e81ec1472b900eafec1ebcf583f20e.tar.bz2 |
* bfd/Makefile.am, binutils/Makefile.am, etc/Makefile.in
* gas/Makefile.am: Have 'all' depend on 'info'.
* ld/Makefile.am: Have 'all' depend on 'info' and 'ld.1'.
* bfd/Makefile.in, binutils/Makefile.in, gas/Makefile.in
* ld/Makefile.in: Regenerate.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/Makefile.am | 1 | ||||
-rw-r--r-- | ld/Makefile.in | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index d130dde..befde5d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2005-05-19 Zack Weinberg <zack@codesourcery.com> + + * Makefile.am: Have 'all' depend on 'info' and 'ld.1'. + * Makefile.in: Regenerate. + 2005-05-17 Zack Weinberg <zack@codesourcery.com> * ld-arm/mixed-app.d: Adjust expected disassembly a little. diff --git a/ld/Makefile.am b/ld/Makefile.am index fec799d..10a86ae 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1697,6 +1697,7 @@ install-data-local: install-info # target is run by the taz target in ../Makefile.in. EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS) diststuff: info $(EXTRA_DIST) +all: info ld.1 DISTCLEANFILES = tdirs site.exp site.bak stringify.sed distclean-local: diff --git a/ld/Makefile.in b/ld/Makefile.in index 7b0b87f..aa668ce 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2475,6 +2475,7 @@ install-data-local: # cygnus option. install-data-local: install-info diststuff: info $(EXTRA_DIST) +all: info ld.1 distclean-local: rm -rf ldscripts |