PR29262, memory leak in pr_function_type
[binutils-gdb.git] / gprof / Makefile.in
index 0f766a3660c6415e965daca2bd1453896aa0b40a..5ef5ece74a9ae7f0165015848e75e7b11c3e7b4a 100644 (file)
@@ -15,7 +15,7 @@
 @SET_MAKE@
 
 #
-#   Copyright (C) 2012-2021 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2022 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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.