diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-09-19 22:32:12 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-09-19 22:32:12 +0000 |
commit | 8976e9a2052c83ab103edaf6ecde0e0d2c67f60c (patch) | |
tree | 8d34c308a2c770ff5f51ddb8e7a9b9e5f16794b2 /bfd/doc/Makefile.in | |
parent | 86d9e1d7975723b6e147d05f2a1dd630a1844689 (diff) | |
download | binutils-8976e9a2052c83ab103edaf6ecde0e0d2c67f60c.zip binutils-8976e9a2052c83ab103edaf6ecde0e0d2c67f60c.tar.gz binutils-8976e9a2052c83ab103edaf6ecde0e0d2c67f60c.tar.bz2 |
2004-09-19 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
(bfd.info): Rename the target to ...
($(srcdir)/bfd.info): This.
* Makefile.in: Regenerated.
Diffstat (limited to 'bfd/doc/Makefile.in')
-rw-r--r-- | bfd/doc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in index 035beea..b36bec4 100644 --- a/bfd/doc/Makefile.in +++ b/bfd/doc/Makefile.in @@ -210,7 +210,7 @@ target_os = @target_os@ target_vendor = @target_vendor@ tdefaults = @tdefaults@ wordsize = @wordsize@ -AUTOMAKE_OPTIONS = cygnus +AUTOMAKE_OPTIONS = 1.9 cygnus DOCFILES = aoutx.texi archive.texi archures.texi \ bfdt.texi cache.texi coffcode.texi \ core.texi elf.texi elfcode.texi format.texi \ @@ -589,7 +589,7 @@ chew.o: chew.c protos: libbfd.h libcoff.h bfd.h -bfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo +$(srcdir)/bfd.info bfd.dvi: $(DOCFILES) bfdsumm.texi bfd.texinfo # We can't replace these rules with an implicit rule, because # makes without VPATH support couldn't find the .h files in `..'. |