diff -r 47fda751abb6 -r 888144400d97 make/common/NativeCompilation.gmk --- a/make/common/NativeCompilation.gmk Wed Apr 18 02:21:14 2018 -0700 +++ b/make/common/NativeCompilation.gmk Thu Apr 19 03:58:58 2018 -0700 @@ -122,6 +122,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]\):|$(UNIX_PATH_PREFIX)/\1|g' \ -e '/$(subst /,\/,$(TOPDIR))/!d' \