aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-09-21 20:44:23 +0000
committerDaniel Jacobowitz <drow@false.org>2004-09-21 20:44:23 +0000
commiteb4a223d0a7351b3d908a258f1e27b6250931902 (patch)
tree7cce7b6eb47790ba96ebe968a3e9430d83025067 /bfd/doc/Makefile.am
parent62521f270583571249fd24d81d70e28d7a8e7e36 (diff)
downloadfsf-binutils-gdb-eb4a223d0a7351b3d908a258f1e27b6250931902.zip
fsf-binutils-gdb-eb4a223d0a7351b3d908a258f1e27b6250931902.tar.gz
fsf-binutils-gdb-eb4a223d0a7351b3d908a258f1e27b6250931902.tar.bz2
Merge from mainline.drow_intercu-20040221-branch
Diffstat (limited to 'bfd/doc/Makefile.am')
-rw-r--r--bfd/doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am
index 4aaa341..65d0345 100644
--- a/bfd/doc/Makefile.am
+++ b/bfd/doc/Makefile.am
@@ -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 `..'.