aboutsummaryrefslogtreecommitdiff
path: root/bfd/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-01 01:43:21 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-01 01:43:21 +0000
commit5e377ed2f2fe756468a14385ad7364053d637025 (patch)
treecea45047aee291cb7ca955fddb50dc8dabf07598 /bfd/doc
parent9df51f4f39d0a028d2326ed8abb3b49fb7988761 (diff)
downloadgdb-5e377ed2f2fe756468a14385ad7364053d637025.zip
gdb-5e377ed2f2fe756468a14385ad7364053d637025.tar.gz
gdb-5e377ed2f2fe756468a14385ad7364053d637025.tar.bz2
tweaks
Diffstat (limited to 'bfd/doc')
-rw-r--r--bfd/doc/Makefile.am4
-rw-r--r--bfd/doc/Makefile.in3
2 files changed, 6 insertions, 1 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 \
diff --git a/bfd/doc/Makefile.in b/bfd/doc/Makefile.in
index bf06573..93d2d5e 100644
--- a/bfd/doc/Makefile.in
+++ b/bfd/doc/Makefile.in
@@ -61,7 +61,6 @@ BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
CC = @CC@
-CC_FOR_BUILD = @CC_FOR_BUILD@
COREFILE = @COREFILE@
COREFLAG = @COREFLAG@
EXEEXT = @EXEEXT@
@@ -81,6 +80,8 @@ bfd_machines = @bfd_machines@
tdefaults = @tdefaults@
wordsize = @wordsize@
+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 \