From: Nick Clifton Date: Fri, 15 Nov 2019 11:52:50 +0000 (+0000) Subject: Revert previous delta. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71d3dc74309599cd9bbdfa17dcfdfd8c406a1093;p=binutils-gdb.git Revert previous delta. PR 2587 * Makefile.am: Revert change from 2019-11-13. * Makefile.in: Regenerate. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 52b966bb622..f638de2ebad 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +2019-11-15 Nick Clifton + + PR 2587 + * Makefile.am: Revert change from 2019-11-13. + * Makefile.in: Regenerate. + 2019-11-14 Nick Clifton PR 2587 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 $< diff --git a/gprof/Makefile.in b/gprof/Makefile.in index 9100a8dcdd0..ceecf591170 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 $<