summaryrefslogtreecommitdiff
path: root/gprof/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/Makefile.in')
-rw-r--r--gprof/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/gprof/Makefile.in b/gprof/Makefile.in
index 0f766a3660c..0ad695853e5 100644
--- a/gprof/Makefile.in
+++ b/gprof/Makefile.in
@@ -1176,7 +1176,7 @@ diststuff: $(BUILT_SOURCES) info $(man_MANS)
%.o:%.m
.m.c:
- awk -f $(srcdir)/gen-c-prog.awk > $@ \
+ $(AM_V_GEN)awk -f $(srcdir)/gen-c-prog.awk > $@ \
FUNCTION=`(echo $*|sed -e 's,.*/,,g' -e 's/_bl//')`_blurb \
FILE=$*.m $<
po/POTFILES.in: @MAINT@ Makefile
@@ -1184,24 +1184,24 @@ po/POTFILES.in: @MAINT@ Makefile
&& mv tmp $(srcdir)/po/POTFILES.in
config.texi:
- echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
+ $(AM_V_GEN)echo "@set top_srcdir $(top_srcdir)" >> ./config.texi
# Build the man page from the texinfo file
# The sed command removes the no-adjust Nroff command so that
# the man output looks standard.
gprof.1: $(srcdir)/gprof.texi config.texi
- touch $@
- -$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
- -($(POD2MAN) gprof.pod | \
+ $(AM_V_GEN)touch $@
+ $(AM_V_at)-$(TEXI2POD) $(MANCONF) -Dgprof < $(srcdir)/gprof.texi > gprof.pod
+ $(AM_V_at)-($(POD2MAN) gprof.pod | \
sed -e '/^.if n .na/d' > $@.T$$$$ && \
mv -f $@.T$$$$ $@) || \
(rm -f $@.T$$$$ && exit 1)
- rm -f gprof.pod
+ $(AM_V_at)rm -f gprof.pod
html-local: doc/gprof/index.html
doc/gprof/index.html: gprof.texi $(gprof_TEXINFOS)
- $(MKDIR_P) doc
- $(AM_V_at)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
+ $(AM_V_at)$(MKDIR_P) doc
+ $(AM_V_GEN)$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) \
--split=node -I$(srcdir) $(srcdir)/gprof.texi -o doc/gprof
# Tell versions [3.59,3.63) of GNU make to not export all variables.