Fix the rule for building C files in the gprof makefile.
authorNick Clifton <nickc@redhat.com>
Wed, 13 Nov 2019 11:21:39 +0000 (11:21 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 13 Nov 2019 11:21:39 +0000 (11:21 +0000)
PR 2587
* Makefile.am: Fix rule to build .c files from .m files.

gprof/ChangeLog
gprof/Makefile.am

index 84285aa30de0c1cfa4e16d94b5731ad7722cd995..53921bd40182ae8eeb34c5b8d2d316854e7b65bf 100644 (file)
@@ -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
index c1d5b1c8b8b16579ba181b54707c30ec659d370d..0d87ca837feb8eddf816bc4e0dc418f202bc5471 100644 (file)
@@ -64,7 +64,7 @@ CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/development.sh
 # This empty rule is a hack against gmake patched by Apple.
 %.o:%.m
 
-.m.c:
+.c.m:
        awk -f $(srcdir)/gen-c-prog.awk > $@ \
            FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
            FILE=$*.m $<
This page took 0.027272 seconds and 4 git commands to generate.