diff options
author | Nick Clifton <nickc@redhat.com> | 2003-05-02 08:14:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-05-02 08:14:52 +0000 |
commit | c5d1701eae1fbf5432043ecaa3fdd57f8b9e100b (patch) | |
tree | 8da0d48153adb06e625aed6b5c45c234e9d65982 /bfd/Makefile.in | |
parent | 4d8728e16bbf71f8e4b6f94f30e2512bda21fce9 (diff) | |
download | binutils-gdb-c5d1701eae1fbf5432043ecaa3fdd57f8b9e100b.tar.gz |
Fix name of --enable-install-libbfd switch.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 87c96ed021d..d8fc69f4f59 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -1748,10 +1748,9 @@ elf32-m68hc12.lo: elf32-m68hc12.c $(INCDIR)/filenames.h \ $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h \ elf32-target.h elf32-m68hc1x.h elf32-m68hc1x.lo: elf32-m68hc1x.c $(INCDIR)/filenames.h \ - elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ - $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(INCDIR)/elf/m68hc11.h \ - $(INCDIR)/elf/reloc-macros.h $(INCDIR)/opcode/m68hc11.h \ - elf32-target.h elf32-m68hc1x.h + $(INCDIR)/bfdlink.h elf-bfd.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/m68hc11.h \ + $(INCDIR)/elf/reloc-macros.h elf32-target.h elf32-m68hc1x.h elf32-m88k.lo: elf32-m88k.c $(INCDIR)/filenames.h elf-bfd.h \ $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \ $(INCDIR)/bfdlink.h elf32-target.h |