commit | 511d0c72b82aab9b807efde50fc9e390365f5ca1 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@atlas.denx.de> | Mon Oct 09 00:42:01 2006 +0200 |
committer | Wolfgang Denk <wd@atlas.denx.de> | Mon Oct 09 00:42:01 2006 +0200 |
tree | 08f47c77d9ce164bf38b937858c9d25344639950 | |
parent | 8d4ac794365a7abb1be8e050fd1b467b94a21865 [diff] [blame] |
Coding style cleanup
diff --git a/tools/gdb/Makefile b/tools/gdb/Makefile index dbcb91f..632103d 100644 --- a/tools/gdb/Makefile +++ b/tools/gdb/Makefile
@@ -31,7 +31,7 @@ COBJS = gdbsend.o gdbcont.o error.o remote.o serial.o OBJS := $(addprefix $(obj),$(COBJS)) -SRCS := $(COBJS:.o=.c) +SRCS := $(COBJS:.o=.c) BINS := $(addprefix $(obj),$(BINS)) #