]> granicus.if.org Git - libexpat/commitdiff
Makefile.in: Waterproof against differences in line endings
authorSebastian Pipping <sebastian@pipping.org>
Wed, 28 Jun 2017 16:57:24 +0000 (18:57 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 28 Jun 2017 16:58:36 +0000 (18:58 +0200)
For MinGW cross-compilation, second try.

expat/Makefile.in

index 3ee11e858d7a2a292e7e75293bbd933ce1052806..01d2ab302321629ff18982877ef29c32e8392729 100644 (file)
@@ -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: