Merge pull request #25820 from hribz/master
[xbmc.git] / tools / depends / native / automake / 01-fix-help2man-error.patch
blobe05e429aca369c8c9514256c574492cf22ffe9f7
1 --- a/Makefile.in
2 +++ b/Makefile.in
3 @@ -703,7 +703,7 @@
4 update_mans = \
5 $(AM_V_GEN): \
6 && $(MKDIR_P) doc \
7 - && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@
8 + && ./pre-inst-env $(PERL) $(srcdir)/doc/help2man --output=$@ --no-discard-stderr
10 checklinkx = $(top_srcdir)/contrib/checklinkx
11 # that 4-second sleep seems to be what gnu.org likes.