summaryrefslogtreecommitdiff
path: root/gdb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/Makefile')
-rw-r--r--gdb/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/Makefile b/gdb/Makefile
index e4a3154a52..c62b8a6e9a 100644
--- a/gdb/Makefile
+++ b/gdb/Makefile
@@ -7,7 +7,7 @@
7# $Id$ 7# $Id$
8# 8#
9TARGET = stub 9TARGET = stub
10OBJS = start.o sh-stub.o 10OBJS = start.o sh-stub.o
11LIBS = -lgcc 11LIBS = -lgcc
12 12
13.s.o: 13.s.o:
@@ -27,5 +27,4 @@ clean:
27 rm $(OBJS) $(TARGET).map $(TARGET).elf $(TARGET).out archos.mod 27 rm $(OBJS) $(TARGET).map $(TARGET).elf $(TARGET).out archos.mod
28 28
29start.o: start.s 29start.o: start.s
30stub.o: stub.c 30sh-stub.o: sh-stub.c
31s-stub.o: sh-stub.c