commit | 4df0da5a715958a0348205e52a3eef7ec3c7d0f7 | [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 | 73a9275e3c5e67f350529c4bb036a35eaa00aef9 [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)) #