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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
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. |