Fix MinGW compilation errors in gdbserver/.
[deliverable/binutils-gdb.git] / gdb / gdbserver / Makefile.in
index b58184d40895e8be5799e297665b1ae79059f9a0..e72ee6bca963fc91eb2c137a6cb3e9a240d11b83 100644 (file)
@@ -106,7 +106,7 @@ GNULIB_H = $(GNULIB_BUILDDIR)/import/string.h @GNULIB_STDINT_H@
 # 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
This page took 0.02331 seconds and 4 git commands to generate.