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 bf24d064c79b297beff28a75a927d2d76b9c702c..4d31abd603d0a2c7afc84cd6d4cb273730692cb3 100644 (file)
@@ -1,3 +1,7 @@
+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 ...
index 94b9cae13c44dfbeb24db5e7a0975e43e454733e..1e78f98393691b208f7175de67ec445548881190 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.