diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-11-09 06:32:37 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-11-09 06:32:37 +0000 |
commit | d3032203198e27573824dc9a9b9fd63983d5ec48 (patch) | |
tree | a7195e57cef2aeff954d104fead9f64add9b4258 /gnu/usr.bin/gdb | |
parent | 8170ab332c8f53705f01f6bc71058bd721119de7 (diff) | |
download | src-d3032203198e27573824dc9a9b9fd63983d5ec48.tar.gz src-d3032203198e27573824dc9a9b9fd63983d5ec48.zip |
Whitespace fix.
Notes
Notes:
svn path=/head/; revision=137441
Diffstat (limited to 'gnu/usr.bin/gdb')
-rw-r--r-- | gnu/usr.bin/gdb/arch/i386/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/arch/i386/Makefile b/gnu/usr.bin/gdb/arch/i386/Makefile index 46962337700a..ac2146b19edf 100644 --- a/gnu/usr.bin/gdb/arch/i386/Makefile +++ b/gnu/usr.bin/gdb/arch/i386/Makefile @@ -3,7 +3,7 @@ GENSRCS+= xm.h LIBSRCS+= fbsd-proc.c gcore.c LIBSRCS+= i386-nat.c i386-tdep.c i386bsd-nat.c i386bsd-tdep.c \ - i386fbsd-nat.c i386fbsd-tdep.c i387-tdep.c + i386fbsd-nat.c i386fbsd-tdep.c i387-tdep.c nm.h: echo '#include "i386/nm-fbsd.h"' > ${.TARGET} |