diff options
author | Nick Clifton <nickc@redhat.com> | 2019-11-13 11:21:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-11-13 11:21:39 +0000 |
commit | 415ed2a17588f855397cc2d03aa68a79e84f77f7 (patch) | |
tree | 98c0bbe9707745e033e8ce248d087dcf42049f6c /gprof/ChangeLog | |
parent | 17298d65f05d18f04b864f6e6d35fccc89c0d607 (diff) | |
download | gdb-415ed2a17588f855397cc2d03aa68a79e84f77f7.zip gdb-415ed2a17588f855397cc2d03aa68a79e84f77f7.tar.gz gdb-415ed2a17588f855397cc2d03aa68a79e84f77f7.tar.bz2 |
Fix the rule for building C files in the gprof makefile.
PR 2587
* Makefile.am: Fix rule to build .c files from .m files.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 84285aa..53921bd 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +2019-11-13 Nick Clifton <nickc@redhat.com> + + PR 2587 + * Makefile.am: Fix rule to build .c files from .m files. + 2019-09-18 Alan Modra <amodra@gmail.com> * corefile.c, * symtab.c: Update throughout for bfd section |