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.ac | |
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.ac')
-rw-r--r-- | gdb/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 05ea0c0..fd11cf0 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -2200,7 +2200,7 @@ fi AC_SUBST(target_subdir) # 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 @@ -2214,7 +2214,7 @@ AC_SUBST(MH_CFLAGS) AC_SUBST(XM_CLIBS) AC_SUBST(NAT_GENERATED_FILES) AC_SUBST(HAVE_NATIVE_GCORE_HOST) -AC_SUBST_FILE(nat_extra_makefile_frag) +AC_SUBST_FILE(nat_makefile_frag) if test x"${gdb_osabi}" != x ; then AC_DEFINE_UNQUOTED(GDB_OSABI_DEFAULT, $gdb_osabi, |