diff options
author | Pedro Alves <palves@redhat.com> | 2012-04-19 12:10:06 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-04-19 12:10:06 +0000 |
commit | 1c298c667176c0c28ceab413037fd3cbb02e3f2a (patch) | |
tree | ec5d18ecc0e3771f1ee9f884359d53cce4587356 /gdb/gdbserver/Makefile.in | |
parent | 57c4b50b8827c6407f3f5f0db622118403bf61e5 (diff) | |
download | gdb-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/Makefile.in')
-rw-r--r-- | gdb/gdbserver/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |