From 566d4bb0197525ee780fee0af9e159e51b1bc696 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 28 Jun 2017 18:57:24 +0200 Subject: [PATCH] Makefile.in: Waterproof against differences in line endings For MinGW cross-compilation, second try. --- expat/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/expat/Makefile.in b/expat/Makefile.in index 3ee11e85..01d2ab30 100644 --- a/expat/Makefile.in +++ b/expat/Makefile.in @@ -189,7 +189,8 @@ tests/xmlconf: tests/xmlts.zip run-xmltest: xmlwf/xmlwf@EXEEXT@ tests/xmlconf tests/xmltest.sh "$(PWD)/run.sh $(PWD)/xmlwf/xmlwf@EXEEXT@" 2>&1 | tee tests/xmltest.log - diff -u -b tests/xmltest.log.expected tests/xmltest.log + dos2unix tests/xmltest.log + diff -u tests/xmltest.log.expected tests/xmltest.log .PHONY: qa qa: -- 2.40.0