| Index: third_party/libxml/src/include/Makefile.in
|
| diff --git a/third_party/libxml/src/include/Makefile.in b/third_party/libxml/src/include/Makefile.in
|
| index ddc808f47e79c9f7a5bb187fecdf3238d2818083..ce7de63e1b3d8dda39c52a298cc9af7acd96424e 100644
|
| --- a/third_party/libxml/src/include/Makefile.in
|
| +++ b/third_party/libxml/src/include/Makefile.in
|
| @@ -222,6 +222,7 @@ HTML_DIR = @HTML_DIR@
|
| HTML_OBJ = @HTML_OBJ@
|
| HTTP_OBJ = @HTTP_OBJ@
|
| ICONV_LIBS = @ICONV_LIBS@
|
| +ICU_CFLAGS = @ICU_CFLAGS@
|
| ICU_LIBS = @ICU_LIBS@
|
| INSTALL = @INSTALL@
|
| INSTALL_DATA = @INSTALL_DATA@
|
| @@ -246,6 +247,7 @@ LTLIBOBJS = @LTLIBOBJS@
|
| LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
| LZMA_CFLAGS = @LZMA_CFLAGS@
|
| LZMA_LIBS = @LZMA_LIBS@
|
| +MAINT = @MAINT@
|
| MAKEINFO = @MAKEINFO@
|
| MANIFEST_TOOL = @MANIFEST_TOOL@
|
| MKDIR_P = @MKDIR_P@
|
| @@ -417,7 +419,7 @@ EXTRA_DIST = win32config.h wsockcompat.h
|
| all: all-recursive
|
|
|
| .SUFFIXES:
|
| -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
| +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
| @for dep in $?; do \
|
| case '$(am__configure_deps)' in \
|
| *$$dep*) \
|
| @@ -441,9 +443,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
| -$(top_srcdir)/configure: $(am__configure_deps)
|
| +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| -$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
| +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
| cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
| $(am__aclocal_m4_deps):
|
|
|
|
|