aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2017-05-17 13:56:19 +0100
committerPedro Alves <palves@redhat.com>2017-05-17 13:56:19 +0100
commit2b351b19efc8dd36ac8a8bda005c7411536b93ec (patch)
tree91c467279d515525de1eb14277b3bfb1500b6fc2 /gdb/Makefile.in
parenta0a110b0dd5077373c4102d1502130eb159c366b (diff)
downloadgdb-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/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 70d7d50..452f146 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -916,7 +916,7 @@ NAT_GENERATED_FILES = @NAT_GENERATED_FILES@
HAVE_NATIVE_GCORE_HOST = @HAVE_NATIVE_GCORE_HOST@
# Native-target dependent makefile fragment comes in here.
-@nat_extra_makefile_frag@
+@nat_makefile_frag@
# End of native-target dependent variables.