This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix typo in gdbserver/Makefile.in


Oops.  I got some filenames backwards.  Fixed thusly.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer

2002-02-14  Daniel Jacobowitz  <drow@mvista.com>

	* gdbserver/Makefile.in: Fix typos in target rules.

Index: gdbserver/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.in	2002/02/14 06:21:22	1.5
+++ Makefile.in	2002/02/15 03:58:34	1.6
@@ -251,12 +251,12 @@
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]