2012-04-19 Pedro Alves <palves@redhat.com>

* Makefile.in (INCGNU): Add -Ignulib.
This commit is contained in:
Pedro Alves 2012-04-19 12:10:06 +00:00
parent 57c4b50b88
commit 1c298c6671
2 changed files with 5 additions and 1 deletions

View 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 ...

View 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.