This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Revert previous delta.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=71d3dc74309599cd9bbdfa17dcfdfd8c406a1093

commit 71d3dc74309599cd9bbdfa17dcfdfd8c406a1093
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Nov 15 11:52:50 2019 +0000

    Revert previous delta.
    
    	PR 2587
    	* Makefile.am: Revert change from 2019-11-13.
    	* Makefile.in: Regenerate.

Diff:
---
 gprof/ChangeLog   | 6 ++++++
 gprof/Makefile.am | 2 +-
 gprof/Makefile.in | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 52b966b..f638de2 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,9 @@
+2019-11-15  Nick Clifton  <nickc@redhat.com>
+
+	PR 2587
+	* Makefile.am: Revert change from 2019-11-13.
+	* Makefile.in: Regenerate.
+
 2019-11-14  Nick Clifton  <nickc@redhat.com>
 
 	PR 2587
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 74c8ac8..4a2f79c 100644
--- a/gprof/Makefile.am
+++ b/gprof/Makefile.am
@@ -64,7 +64,7 @@ CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
 # This empty rule is a hack against gmake patched by Apple.
 %.o:%.m
 
-.c.m:
+.m.c:
 	awk -f $(srcdir)/gen-c-prog.awk > $@ \
 	    FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
 	    FILE=$*.m $<
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 9100a8d..ceecf59 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -1171,7 +1171,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
 # This empty rule is a hack against gmake patched by Apple.
 %.o:%.m
 
-.c.m:
+.m.c:
 	awk -f $(srcdir)/gen-c-prog.awk > $@ \
 	    FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
 	    FILE=$*.m $<


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]