diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-02-15 03:58:34 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-02-15 03:58:34 +0000 |
commit | ad68be46bde70aa40974ec2091bad9084b050a09 (patch) | |
tree | 7b7f065417c5709365097a6c5e1fd62d2d437770 /gdb | |
parent | a139d329de2b3ba35b8929e60ed853cbf86072c0 (diff) | |
download | gdb-ad68be46bde70aa40974ec2091bad9084b050a09.zip gdb-ad68be46bde70aa40974ec2091bad9084b050a09.tar.gz gdb-ad68be46bde70aa40974ec2091bad9084b050a09.tar.bz2 |
2002-02-14 Daniel Jacobowitz <drow@mvista.com>
* gdbserver/Makefile.in: Fix typos in target rules.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbserver/Makefile.in | 12 |
2 files changed, 10 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fa0a39e..6cbd34a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2002-02-14 Daniel Jacobowitz <drow@mvista.com> + * gdbserver/Makefile.in: Fix typos in target rules. + +2002-02-14 Daniel Jacobowitz <drow@mvista.com> + Fix part of PR gdb/267. * linespec.c (find_methods): Handle constructors specially for now. diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index f6505f0..82ac030 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -251,12 +251,12 @@ utils.o: utils.c $(server_h) regcache.o: regcache.c $(server_h) $(regdef_h) linux-low.o: linux-low.c $(server_h) -linux-low-arm.o: linux-low-arm.c $(server_h) -linux-low-i386.o: linux-low-i386.c $(server_h) -linux-low-ia64.o: linux-low-ia64.c $(server_h) -linux-low-mips.o: linux-low-mips.c $(server_h) -linux-low-ppc.o: linux-low-ppc.c $(server_h) -linux-low-sh.o: linux-low-sh.c $(server_h) +linux-arm-low.o: linux-arm-low.c $(server_h) +linux-i386-low.o: linux-i386-low.c $(server_h) +linux-ia64-low.o: linux-ia64-low.c $(server_h) +linux-mips-low.o: linux-mips-low.c $(server_h) +linux-ppc-low.o: linux-ppc-low.c $(server_h) +linux-sh-low.o: linux-sh-low.c $(server_h) # OBSOLETE TARGETS # OBSOLETE # low-lynx.o : ${srcdir}/low-lynx.c ${srcdir}/server.h |