summaryrefslogtreecommitdiff
path: root/package/automake/patches/patch-Makefile_in
blob: 24682ad19fd2d49c205a778c50b8c7e8369053e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- automake-1.15.1.orig/Makefile.in	2017-06-18 19:35:04.000000000 +0200
+++ automake-1.15.1/Makefile.in	2020-10-31 08:38:23.322590385 +0100
@@ -710,7 +710,7 @@ update_mans = \
   $(AM_V_GEN): \
     && $(MKDIR_P) doc \
     && $(extend_PATH) \
-    && $(PERL) $(srcdir)/doc/help2man --output=$@
+    && $(PERL) $(srcdir)/doc/help2man --no-discard-stderr --output=$@
 
 amhello_sources = \
   doc/amhello/configure.ac \