diff options
author | Clinton Popetz <cpopetz@cpopetz.com> | 2000-05-06 01:47:18 +0000 |
---|---|---|
committer | Clinton Popetz <cpopetz@cpopetz.com> | 2000-05-06 01:47:18 +0000 |
commit | 2c38bc20f9b8fb14a185c93914c0d394619d701b (patch) | |
tree | 828566a0c06d1611fd83988f26991fb2884bd364 /bfd/Makefile.am | |
parent | c6664dfb26da335900bc3276764e24362a54e372 (diff) | |
download | gdb-2c38bc20f9b8fb14a185c93914c0d394619d701b.zip gdb-2c38bc20f9b8fb14a185c93914c0d394619d701b.tar.gz gdb-2c38bc20f9b8fb14a185c93914c0d394619d701b.tar.bz2 |
* xcoff.h: Rename to xcoff-target.h
* Makefile.am: Change all instances of xcoff.h to xcoff-target.h
* coff-rs6000.c: Ditto.
* coff64-rs6000.c: Ditto.
* coff-pmac.c: Ditto.
* Makefile.in: Regenerate.
Diffstat (limited to 'bfd/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index 1ae468e..bc899fa 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -464,7 +464,7 @@ SOURCE_HFILES = \ elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \ hppa_stubs.h libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \ libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \ - nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h xcoff.h + nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h xcoff-target.h HFILES = \ elf32-target.h elf64-target.h targmatch.h \ @@ -805,10 +805,10 @@ coff-mips.lo: coff-mips.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \ ecoffswap.h coff-pmac.lo: coff-pmac.c $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \ - xcoff.h coffcode.h coffswap.h + xcoff-target.h coffcode.h coffswap.h coff-rs6000.lo: coff-rs6000.c $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/rs6000.h libcoff.h $(INCDIR)/bfdlink.h \ - xcoff.h coffcode.h coffswap.h + xcoff-target.h coffcode.h coffswap.h coff-sh.lo: coff-sh.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/sh.h \ $(INCDIR)/coff/internal.h libcoff.h coffcode.h coffswap.h coff-sparc.lo: coff-sparc.c $(INCDIR)/coff/sparc.h \ @@ -1110,7 +1110,7 @@ coff-alpha.lo: coff-alpha.c $(INCDIR)/bfdlink.h $(INCDIR)/coff/internal.h \ libecoff.h coffswap.h ecoffswap.h coff64-rs6000.lo: coff64-rs6000.c $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/rs6k64.h libcoff.h $(INCDIR)/bfdlink.h \ - xcoff.h coffcode.h coffswap.h + xcoff-target.h coffcode.h coffswap.h demo64.lo: demo64.c aoutf1.h $(INCDIR)/aout/sun4.h \ libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h \ |