gdb/gdbserver/Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
"-I$(srcdir)/../".  Fixes MinGW compilation errors with old GCC versions.
+2014-01-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * Makefile.in (INCLUDE_CFLAGS): Remove trailing slash from
+       "-I$(srcdir)/../".  Fixes MinGW compilation errors with old GCC
+       versions.
+
 2014-01-08  Pedro Alves  <palves@redhat.com>
 
        * server.c (handle_status): Don't discard previous queued stop
 
 # e.g.: "target/wait.h".
 #
 INCLUDE_CFLAGS = -I. -I${srcdir} -I$(srcdir)/../common \
-       -I$(srcdir)/../regformats -I$(srcdir)/../ -I$(INCLUDE_DIR) \
+       -I$(srcdir)/../regformats -I$(srcdir)/.. -I$(INCLUDE_DIR) \
        $(INCGNU)
 
 # M{H,T}_CFLAGS, if defined, has host- and target-dependent CFLAGS