changeset 3311:6a38c7bb94ef

[MSVC] * Makefile.in: Don't use build-texinfo for the time being.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 11 Nov 2013 11:05:15 -0500
parents a606177f2057
children 3e66ccaeff02
files Makefile.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Nov 11 11:03:06 2013 -0500
+++ b/Makefile.in	Mon Nov 11 11:05:15 2013 -0500
@@ -168,10 +168,10 @@
   REQUIREMENTS += m4
   BUILD_TOOLS := $(filter-out build-m4, $(BUILD_TOOLS))
 endif
-# Use msys xz under MSVC.
+# Use texinfo and xz from msys under MSVC.
 ifeq ($(MXE_SYSTEM),msvc)
-  REQUIREMENTS += xz
-  BUILD_TOOLS := $(filter-out build-xz, $(BUILD_TOOLS))
+  REQUIREMENTS += makeinfo xz
+  BUILD_TOOLS := $(filter-out build-texinfo build-xz, $(BUILD_TOOLS))
 endif