indentation fixlet in gdbserver/Makefile.in.
authorTom Tromey <tromey@redhat.com>
Thu, 6 Feb 2014 19:04:50 +0000 (12:04 -0700)
committerTom Tromey <tromey@redhat.com>
Thu, 6 Feb 2014 19:04:50 +0000 (12:04 -0700)
This fixes a minor indentation issue in gdbserver/Makefile.in.

2014-02-06  Tom Tromey  <tromey@redhat.com>

* Makefile.in (SFILES): Fix indentation.

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in

index 53c2acceec650e178e8a5eb19f827d4f37ef81a6..d8fbc1bd31464b465aad179a916fa7ab96c61068 100644 (file)
@@ -1,3 +1,7 @@
+2014-02-06  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (SFILES): Fix indentation.
+
 2014-02-05  Doug Evans  <dje@google.com>
 
        * linux-low.c (linux_wait_for_event): Improve comment.
index 46324e64dc9b5b9097d5caebb708b14efefaa2c4..c172995b86fa192c772b3e2d022287c747403c4f 100644 (file)
@@ -163,7 +163,7 @@ SFILES=     $(srcdir)/gdbreplay.c $(srcdir)/inferiors.c $(srcdir)/dll.c \
        $(srcdir)/common/linux-osdata.c $(srcdir)/common/ptid.c \
        $(srcdir)/common/buffer.c $(srcdir)/common/linux-btrace.c \
        $(srcdir)/common/filestuff.c $(srcdir)/target/waitstatus.c \
-    $(srcdir)/common/mips-linux-watch.c
+       $(srcdir)/common/mips-linux-watch.c
 
 DEPFILES = @GDBSERVER_DEPFILES@
 
This page took 0.036479 seconds and 4 git commands to generate.