diff -r 7a73b8b4ac8a -r 310b1d9c5772 make/common/NativeCompilation.gmk --- a/make/common/NativeCompilation.gmk Mon Apr 16 00:48:00 2018 -0700 +++ b/make/common/NativeCompilation.gmk Wed Apr 18 03:57:40 2018 -0700 @@ -116,6 +116,7 @@ ($(ECHO) $$@: \\ \ && $(SED) -e '/^Note: including file:/!d' \ -e 's|Note: including file: *||' \ + -e 's|\r||g' \ -e 's|\\|/|g' \ -e 's|^\([a-zA-Z]\):|/cygdrive/\1|g' \ -e '/$(subst /,\/,$(TOPDIR))/!d' \