make/common/NativeCompilation.gmk
changeset 44984 e3386d7e9440
parent 43388 509c3ebb5c97
child 46255 28032e2ab1b3
--- a/make/common/NativeCompilation.gmk	Wed May 03 08:46:37 2017 +0200
+++ b/make/common/NativeCompilation.gmk	Wed May 03 20:49:56 2017 +0200
@@ -165,6 +165,7 @@
 WINDOWS_SHOWINCLUDE_SED_PATTERN := \
     -e '/^Note: including file:/!d' \
     -e 's|Note: including file: *||' \
+    -e 's|\r||g' \
     -e 's|\\|/|g' \
     -e 's|^\([a-zA-Z]\):|$(UNIX_PATH_PREFIX)/\1|g' \
     -e '\|$(TOPDIR)|I !d' \