2012-04-19 Pedro Alves <palves@redhat.com>
authorPedro Alves <palves@redhat.com>
Thu, 19 Apr 2012 12:10:06 +0000 (12:10 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 19 Apr 2012 12:10:06 +0000 (12:10 +0000)
* Makefile.in (INCGNU): Add -Ignulib.

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

index bf24d06..4d31abd 100644 (file)
@@ -1,5 +1,9 @@
 2012-04-19  Pedro Alves  <palves@redhat.com>
 
+       * Makefile.in (INCGNU): Add -Ignulib.
+
+2012-04-19  Pedro Alves  <palves@redhat.com>
+
        * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ...
        (INCGNU): ... this, and spell out -I here.
        (GNULIB_LIB): Rename to ...
index 94b9cae..1e78f98 100644 (file)
@@ -77,7 +77,7 @@ ustinc = @ustinc@
 
 # gnulib
 LIBGNU = gnulib/libgnu.a
-INCGNU = -I$(srcdir)/../gnulib
+INCGNU = -I$(srcdir)/../gnulib -Ignulib
 
 # We build gnulib directly under the gdbserver build directory, but
 # its sources don't live directly under gdbserver's source directory.