* 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.
This commit is contained in:
Zack Weinberg 2005-05-19 23:49:52 +00:00
parent 27258dd413
commit e3e71e27a4
14 changed files with 62 additions and 34 deletions

View File

@ -1,3 +1,8 @@
2005-05-19 Zack Weinberg <zack@codesourcery.com>
* Makefile.am: Have 'all' depend on 'info'.
* Makefile.in: Regenerate.
2005-05-19 Alan Modra <amodra@bigpond.net.au> 2005-05-19 Alan Modra <amodra@bigpond.net.au>
* elf-bfd.h (struct elf_link_hash_table): Delete init_refcount and * elf-bfd.h (struct elf_link_hash_table): Delete init_refcount and

View File

@ -647,7 +647,7 @@ po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
| LC_COLLATE= sort > tmp.bld \ | LC_COLLATE= sort > tmp.bld \
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
diststuff: info all diststuff: info
# Various kinds of .o files to put in libbfd.a: # Various kinds of .o files to put in libbfd.a:
# BFD_BACKENDS Routines the configured targets need. # BFD_BACKENDS Routines the configured targets need.

View File

@ -1251,7 +1251,7 @@ po/BLD-POTFILES.in: @MAINT@ Makefile $(BLD_POTFILES)
| LC_COLLATE= sort > tmp.bld \ | LC_COLLATE= sort > tmp.bld \
&& mv tmp.bld $(srcdir)/po/BLD-POTFILES.in && mv tmp.bld $(srcdir)/po/BLD-POTFILES.in
diststuff: info all diststuff: info
stamp-ofiles: Makefile stamp-ofiles: Makefile
rm -f tofiles rm -f tofiles

View File

@ -1,3 +1,8 @@
2005-05-19 Zack Weinberg <zack@codesourcery.com>
* Makefile.am: Have 'all' depend on 'info'.
* Makefile.in: Regenerate.
2005-05-19 Ben Elliston <bje@au.ibm.com> 2005-05-19 Ben Elliston <bje@au.ibm.com>
* readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding * readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding

View File

@ -297,6 +297,7 @@ EXTRA_DIST = arparse.c arparse.h arlex.c nlmheader.c sysinfo.c sysinfo.h \
syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c syslex.c deflex.c defparse.h defparse.c rclex.c rcparse.h rcparse.c
diststuff: $(EXTRA_DIST) info diststuff: $(EXTRA_DIST) info
all: info
DISTCLEANFILES = sysinfo sysroff.c sysroff.h \ DISTCLEANFILES = sysinfo sysroff.c sysroff.h \
site.exp site.bak site.exp site.bak

View File

@ -1050,6 +1050,7 @@ nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
$(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c $(COMPILE) -c -DLD_NAME="\"$${ldname}\"" @NLMCONV_DEFS@ $(srcdir)/nlmconv.c
diststuff: $(EXTRA_DIST) info diststuff: $(EXTRA_DIST) info
all: info
Makefile: $(BFDDIR)/configure.in Makefile: $(BFDDIR)/configure.in

View File

@ -1,3 +1,7 @@
2005-05-19 Zack Weinberg <zack@codesourcery.com>
* Makefile.in: Have 'all' depend on 'info'.
2003-05-16 Kelley Cook <kelleycook@wideopenwest.com> 2003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
* configure.texi: Use "i[3-7]86" in example. * configure.texi: Use "i[3-7]86" in example.

View File

@ -51,9 +51,7 @@ TEXIDIR = $(srcdir)/../texinfo
INFOFILES = standards.info configure.info INFOFILES = standards.info configure.info
DVIFILES = standards.dvi configure.dvi DVIFILES = standards.dvi configure.dvi
all: all: info
# We want install to imply install-info as per GNU standards.
install: install-info install: install-info
uninstall: uninstall:

View File

@ -1,3 +1,8 @@
2005-05-19 Zack Weinberg <zack@codesourcery.com>
* Makefile.am: Have 'all' depend on 'info'.
* Makefile.in: Regenerate.
2005-05-19 Alan Modra <amodra@bigpond.net.au> 2005-05-19 Alan Modra <amodra@bigpond.net.au>
* config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL. * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.

View File

@ -475,6 +475,7 @@ stamp-mk.com: vmsconf.sh Makefile
EXTRA_DIST = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c EXTRA_DIST = make-gas.com m68k-parse.c itbl-parse.c itbl-parse.h itbl-lex.c
diststuff: $(EXTRA_DIST) info diststuff: $(EXTRA_DIST) info
all: info
DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h

View File

@ -2941,6 +2941,7 @@ stamp-mk.com: vmsconf.sh Makefile
$(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com $(SHELL) $(srcdir)/../move-if-change new-make.com $(srcdir)/make-gas.com
touch stamp-mk.com touch stamp-mk.com
diststuff: $(EXTRA_DIST) info diststuff: $(EXTRA_DIST) info
all: info
$(OBJS): @ALL_OBJ_DEPS@ $(OBJS): @ALL_OBJ_DEPS@

View File

@ -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> 2005-05-17 Zack Weinberg <zack@codesourcery.com>
* ld-arm/mixed-app.d: Adjust expected disassembly a little. * ld-arm/mixed-app.d: Adjust expected disassembly a little.

View File

@ -1697,6 +1697,7 @@ install-data-local: install-info
# target is run by the taz target in ../Makefile.in. # target is run by the taz target in ../Makefile.in.
EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS) EXTRA_DIST = ldgram.c ldgram.h ldlex.c $(man_MANS)
diststuff: info $(EXTRA_DIST) diststuff: info $(EXTRA_DIST)
all: info ld.1
DISTCLEANFILES = tdirs site.exp site.bak stringify.sed DISTCLEANFILES = tdirs site.exp site.bak stringify.sed
distclean-local: distclean-local:

View File

@ -2475,6 +2475,7 @@ install-data-local:
# cygnus option. # cygnus option.
install-data-local: install-info install-data-local: install-info
diststuff: info $(EXTRA_DIST) diststuff: info $(EXTRA_DIST)
all: info ld.1
distclean-local: distclean-local:
rm -rf ldscripts rm -rf ldscripts