blob: fd4084c8594970df6703646443924578b258b531 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Inappropriate
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4Updated by: Robert Yang <liezhi.yang@windriver.com>
5
6diff --git a/Makefile.am b/Makefile.am
7--- a/Makefile.am
8+++ b/Makefile.am
9@@ -404,21 +404,6 @@ $(notes_txt): $(notes_texi)
10 $(AM_V_GEN)$(MAKEINFO) -P '$(srcdir)/doc' --no-headers \
11 $(MAKEINFOFLAGS) -o '$@' '$(notes_texi)'
12
13-dist_man1_MANS = $(libtool_1) $(libtoolize_1)
14-MAINTAINERCLEANFILES += $(dist_man1_MANS)
15-update_mans = \
16- PATH=".$(PATH_SEPARATOR)$$PATH"; export PATH; \
17- $(HELP2MAN) --output='$@'
18-
19-# It's wrong to make distributed files (e.g. $(libtool_1)) rely on
20-# files created in the build tree, so instead we regenerate the
21-# manual pages if the sources for the build-tree files we want to
22-# run have changed.
23-$(libtool_1): $(ltmain_sh)
24- $(AM_V_GEN)$(update_mans) --help-option=--help-all libtool
25-$(libtoolize_1): $(libtoolize_in)
26- $(AM_V_GEN)$(update_mans) libtoolize
27-
28
29 ## ------------- ##
30 ## Installation. ##