diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-04 14:46:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-04 14:46:14 +0000 |
commit | 32a3339c51e4ea1ec9913e04da4227550ca90774 (patch) | |
tree | 4ffcccf8f1a4ff08d647a144e4418ba12eb918b6 /bfd/Makefile.in | |
parent | 3368a7fb7aed1785abd007308ed0b4feed7c5723 (diff) | |
download | binutils-gdb-32a3339c51e4ea1ec9913e04da4227550ca90774.tar.gz |
(MKDOC rule): Add $(CFLAGS) in case it contains CC_FOR_BUILD specific switches.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index aca93712044..bfa525a878f 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -809,7 +809,7 @@ configure.in version.h DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best SOURCES = $(libbfd_a_SOURCES) $(libbfd_la_SOURCES) OBJECTS = $(libbfd_a_OBJECTS) $(libbfd_la_OBJECTS) |