# HG changeset patch # User Michael Goffioul # Date 1384185915 18000 # Node ID 6a38c7bb94ef2666af5a56d3a241052f8601bb05 # Parent a606177f2057c2e04745666e900808da48928b0b [MSVC] * Makefile.in: Don't use build-texinfo for the time being. diff -r a606177f2057 -r 6a38c7bb94ef Makefile.in --- 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