From: Sebastian Pipping Date: Wed, 28 Jun 2017 16:57:24 +0000 (+0200) Subject: Makefile.in: Waterproof against differences in line endings X-Git-Tag: R_2_2_2~24^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=566d4bb0197525ee780fee0af9e159e51b1bc696;p=libexpat Makefile.in: Waterproof against differences in line endings For MinGW cross-compilation, second try. --- 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: