summaryrefslogtreecommitdiff
path: root/gprof/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-11-15 11:52:50 +0000
committerNick Clifton <nickc@redhat.com>2019-11-15 11:52:50 +0000
commit71d3dc74309599cd9bbdfa17dcfdfd8c406a1093 (patch)
tree07552a49453f53459d5ee8a40a4f0f8cbfe54c23 /gprof/Makefile.am
parent9a3516679ba2e0abdbc4467dbb46f526343efd13 (diff)
downloadbinutils-gdb-71d3dc74309599cd9bbdfa17dcfdfd8c406a1093.tar.gz
Revert previous delta.
PR 2587 * Makefile.am: Revert change from 2019-11-13. * Makefile.in: Regenerate.
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r--gprof/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am
index 74c8ac81fac..4a2f79c8d7a 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 $<