diff options
Diffstat (limited to 'gprof/Makefile.am')
-rw-r--r-- | gprof/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/Makefile.am b/gprof/Makefile.am index 97d8c17..cdd69be 100644 --- a/gprof/Makefile.am +++ b/gprof/Makefile.am @@ -66,9 +66,9 @@ CONFIG_STATUS_DEPENDENCIES = $(BFDDIR)/configure.in %.o:%.m .m.c: - awk -f $(srcdir)/gen-c-prog.awk > ./$*.c \ + awk -f $(srcdir)/gen-c-prog.awk > $@ \ FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \ - FILE=$*.m $(srcdir)/$*.m + FILE=$*.m $< POTFILES = $(sources) $(noinst_HEADERS) po/POTFILES.in: @MAINT@ Makefile |