From: Pedro Alves Date: Thu, 19 Apr 2012 12:10:06 +0000 (+0000) Subject: 2012-04-19 Pedro Alves X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c298c667176c0c28ceab413037fd3cbb02e3f2a;p=binutils-gdb.git 2012-04-19 Pedro Alves * Makefile.in (INCGNU): Add -Ignulib. --- diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index bf24d064c79..4d31abd603d 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,7 @@ +2012-04-19 Pedro Alves + + * Makefile.in (INCGNU): Add -Ignulib. + 2012-04-19 Pedro Alves * Makefile.in (GNULIB_INCLUDE_DIR): Rename to ... diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 94b9cae13c4..1e78f983936 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.