diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-08-13 01:53:01 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-08-13 01:53:01 +0000 |
commit | 9975e4c4ae4762ec95340cc22b9f5048b58e64ae (patch) | |
tree | 2a1dd74ee518c8db52db137a9cceec89f2578849 /gas/doc/Makefile.am | |
parent | 649aeae36c68204acf452edc99475331c86574bd (diff) | |
download | gdb-9975e4c4ae4762ec95340cc22b9f5048b58e64ae.zip gdb-9975e4c4ae4762ec95340cc22b9f5048b58e64ae.tar.gz gdb-9975e4c4ae4762ec95340cc22b9f5048b58e64ae.tar.bz2 |
* doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
$(top_srcdir)/../../bfd/doc.
* doc/Makefile.in: Regenerate.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index 4f6ff92..621c03f 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -19,9 +19,9 @@ info_TEXINFOS = as.texinfo as_TEXINFOS = asconfig.texi $(CPU_DOCS) AM_MAKEINFOFLAGS = -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc TEXI2DVI = texi2dvi -I "$(srcdir)" -I "$(top_srcdir)/../libiberty" \ - -I ../../bfd/doc + -I "$(top_srcdir)/../bfd/doc" -I ../../bfd/doc asconfig.texi: $(CONFIG).texi rm -f asconfig.texi |