Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / gprof / Makefile.am
index 0d87ca837feb8eddf816bc4e0dc418f202bc5471..4a2f79c8d7ae39b2ffa386f2d2b163b84bc0424a 100644 (file)
@@ -21,7 +21,7 @@ AUTOMAKE_OPTIONS = foreign no-dist no-texinfo.tex info-in-builddir
 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
 TEXINFO_TEX = ../texinfo/texinfo.tex
 
-SUFFIXES = .m
+SUFFIXES = .c .m
 
 SUBDIRS = po
 
@@ -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 $<
This page took 0.024273 seconds and 4 git commands to generate.