diff options
Diffstat (limited to 'bfd/doc/Makefile.am')
-rw-r--r-- | bfd/doc/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/doc/Makefile.am b/bfd/doc/Makefile.am index e04c184..9ae40c0 100644 --- a/bfd/doc/Makefile.am +++ b/bfd/doc/Makefile.am @@ -1,5 +1,9 @@ ## Process this file with automake to generate Makefile.in +## We need to do this here because it is defined in acmacros.m4, which +## automake won't read. +CC_FOR_BUILD = @CC_FOR_BUILD@ + DOCFILES = aoutx.texi archive.texi archures.texi \ bfdt.texi cache.texi coffcode.texi \ core.texi elf.texi elfcode.texi format.texi libbfd.texi \ |