diff options
author | Joseph Myers <joseph@codesourcery.com> | 2006-06-02 23:08:12 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2006-06-02 23:08:12 +0000 |
commit | e10fad1212735b3747d571822d5fc33be5af6609 (patch) | |
tree | 8cdb8fd4bbbc19bf64a975b285f065e8a0625dac /ld/Makefile.am | |
parent | 7741be99dddd09a13a58229705190e53ecf5ffc1 (diff) | |
download | gdb-e10fad1212735b3747d571822d5fc33be5af6609.zip gdb-e10fad1212735b3747d571822d5fc33be5af6609.tar.gz gdb-e10fad1212735b3747d571822d5fc33be5af6609.tar.bz2 |
binutils:
* doc/Makefile.am (TEXI2DVI): Define.
* doc/Makefile.in: Regenerate.
gas:
* doc/Makefile.am (TEXI2DVI): Define.
* doc/Makefile.in: Regenerate.
* doc/c-arc.texi: Fix typo.
ld:
* Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 15ba0bb..6083035 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -95,7 +95,7 @@ noinst_TEXINFOS = ldint.texinfo man_MANS = ld.1 AM_MAKEINFOFLAGS = -I $(srcdir) -I $(BFDDIR)/doc -I $(top_srcdir)/../libiberty -TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc +TEXI2DVI = texi2dvi -I $(srcdir) -I $(BFDDIR)/doc -I $(top_srcdir)/../libiberty INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(BFDDIR) -I$(INCDIR) @INCINTL@ $(HDEFINES) $(CFLAGS) -DLOCALEDIR="\"$(datadir)/locale\"" |