PR 2587
	* Makefile.am: Revert change from 2019-11-13.
	* Makefile.in: Regenerate.
+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
 
 # 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 $<
 
 # 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 $<