aboutsummaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 3a5bcdc..76591ce 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -1042,9 +1042,9 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
%.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 $<
po/POTFILES.in: @MAINT@ Makefile
for f in $(POTFILES); do echo $$f; done | LC_ALL=C sort > tmp \
&& mv tmp $(srcdir)/po/POTFILES.in