aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2012-04-19 12:10:06 +0000
committerPedro Alves <palves@redhat.com>2012-04-19 12:10:06 +0000
commit1c298c667176c0c28ceab413037fd3cbb02e3f2a (patch)
treeec5d18ecc0e3771f1ee9f884359d53cce4587356 /gdb/gdbserver
parent57c4b50b8827c6407f3f5f0db622118403bf61e5 (diff)
downloadgdb-1c298c667176c0c28ceab413037fd3cbb02e3f2a.zip
gdb-1c298c667176c0c28ceab413037fd3cbb02e3f2a.tar.gz
gdb-1c298c667176c0c28ceab413037fd3cbb02e3f2a.tar.bz2
2012-04-19 Pedro Alves <palves@redhat.com>
* Makefile.in (INCGNU): Add -Ignulib.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog4
-rw-r--r--gdb/gdbserver/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index bf24d06..4d31abd 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -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 ...
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index 94b9cae..1e78f98 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -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.