diff options
author | Pedro Alves <palves@redhat.com> | 2017-05-17 13:56:19 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2017-05-17 13:56:19 +0100 |
commit | 2b351b19efc8dd36ac8a8bda005c7411536b93ec (patch) | |
tree | 91c467279d515525de1eb14277b3bfb1500b6fc2 /gdb/configure | |
parent | a0a110b0dd5077373c4102d1502130eb159c366b (diff) | |
download | gdb-2b351b19efc8dd36ac8a8bda005c7411536b93ec.zip gdb-2b351b19efc8dd36ac8a8bda005c7411536b93ec.tar.gz gdb-2b351b19efc8dd36ac8a8bda005c7411536b93ec.tar.bz2 |
nat_extra_makefile_frag -> nat_makefile_frag
gdb/ChangeLog:
2017-05-17 Pedro Alves <palves@redhat.com>
* Makefile.in (nat_extra_makefile_frag): Rename to ...
(nat_makefile_frag): ... this. All references updated.
* configure.ac: Likewise.
* configure.nat: Likewise. Enhance comments.
* configure: Regenerate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure index 9aeef35..8df81ac 100755 --- a/gdb/configure +++ b/gdb/configure @@ -806,7 +806,7 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR SHELL' -ac_subst_files='nat_extra_makefile_frag' +ac_subst_files='nat_makefile_frag' ac_user_opts=' enable_option_checking enable_maintainer_mode @@ -16732,7 +16732,7 @@ fi # Import nat definitions. -nat_extra_makefile_frag=/dev/null +nat_makefile_frag=/dev/null if test "${gdb_native}" = "yes"; then . ${srcdir}/configure.nat nativefile=$NAT_FILE |