diff options
author | Stu Grossman <grossman@cygnus> | 1994-03-01 03:14:51 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-03-01 03:14:51 +0000 |
commit | 3622687b760f5ef588c6cd4855f58038a463cf19 (patch) | |
tree | 99b9dbe2c9a997b11ad87ee0d03b7784a6300d30 /bfd | |
parent | 30974778c12e8c276c54d7b84471fa2c3c1cd9e3 (diff) | |
download | gdb-3622687b760f5ef588c6cd4855f58038a463cf19.zip gdb-3622687b760f5ef588c6cd4855f58038a463cf19.tar.gz gdb-3622687b760f5ef588c6cd4855f58038a463cf19.tar.bz2 |
Remove trailing space at end of continuation line in def of CFILES.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 93f21b8..9918e17 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -225,7 +225,7 @@ CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c \ coff-a29k.c coff-rs6000.c coff-sparc.c coffgen.c format.c \ section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \ coff-m88k.c coff-mips.c coff-sh.c trad-core.c newsos3.c \ - i386aout.c i386linux.c netbsd386.c i386mach3.c i386os9k.c \ + i386aout.c i386linux.c netbsd386.c i386mach3.c i386os9k.c \ bout.c aout-adobe.c coff-we32k.c \ i386bsd.c cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c \ cpu-m88k.c cpu-vax.c cpu-mips.c cpu-a29k.c cpu-i386.c cpu-powerpc.c \ |