| Index: third_party/libxml/src/include/libxml/Makefile.in
|
| diff --git a/third_party/libxml/src/include/libxml/Makefile.in b/third_party/libxml/src/include/libxml/Makefile.in
|
| index 0cfbbe91b30b391f9b3673d56ee1bd31944a1c36..10159d81bdf279bdc8a882b48f553304dd4d1a2a 100644
|
| --- a/third_party/libxml/src/include/libxml/Makefile.in
|
| +++ b/third_party/libxml/src/include/libxml/Makefile.in
|
| @@ -211,6 +211,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@
|
| @@ -235,6 +236,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@
|
| @@ -455,7 +457,7 @@ EXTRA_DIST = xmlversion.h.in
|
| all: all-am
|
|
|
| .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*) \
|
| @@ -479,9 +481,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):
|
| xmlversion.h: $(top_builddir)/config.status $(srcdir)/xmlversion.h.in
|
|
|