diff options
author | Pedro Alves <palves@redhat.com> | 2012-04-19 12:02:56 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-04-19 12:02:56 +0000 |
commit | 57c4b50b8827c6407f3f5f0db622118403bf61e5 (patch) | |
tree | a3b348ccfc8fef50fd2aad5fe1d63a557441166c /gdb/gdbserver/ChangeLog | |
parent | 1030e047aad7eb5c05cfbe986ef9fdc48e9ffe43 (diff) | |
download | gdb-57c4b50b8827c6407f3f5f0db622118403bf61e5.zip gdb-57c4b50b8827c6407f3f5f0db622118403bf61e5.tar.gz gdb-57c4b50b8827c6407f3f5f0db622118403bf61e5.tar.bz2 |
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 ...
(LIBGNU): ... this.
(INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index ae12f46..bf24d06 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,13 @@ 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 ... + (LIBGNU): ... this. + (INCLUDE_CFLAGS, gdbserver$(EXEEXT), $(GNULIB_LIB) rule): Adjust. + +2012-04-19 Pedro Alves <palves@redhat.com> + * config.in: Regenerate. 2012-04-19 Pedro Alves <palves@redhat.com> |