]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-09-19 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 19 Sep 2004 22:32:12 +0000 (22:32 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 19 Sep 2004 22:32:12 +0000 (22:32 +0000)
* Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
(bfd.info): Rename the target to ...
($(srcdir)/bfd.info): This.
* Makefile.in: Regenerated.

bfd/doc/ChangeLog
bfd/doc/Makefile.am
bfd/doc/Makefile.in

index 8f473efd0bf914d70e750265005cb4d0bbe5c4c9..c340ff0527cc1fcab8687c7a15b980217807f106 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2004-09-17  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.in: Regenerate.
index 4aaa341807ce56134d768735d556fba5fd3a36af..65d034502f12996a544ac2e78e7fd5889ecab613 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to generate Makefile.in
 
-AUTOMAKE_OPTIONS = cygnus
+AUTOMAKE_OPTIONS = 1.9 cygnus
 
 DOCFILES = aoutx.texi  archive.texi archures.texi \
        bfdt.texi  cache.texi coffcode.texi \
@@ -62,7 +62,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 `..'.
index 035beea154c74ea3604d7da1f9e4214c553adb63..b36bec4795df4e7d6263fe7cbfe9a21cc5a5d32a 100644 (file)
@@ -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 `..'.