make/common/NativeCompilation.gmk
branchihse-jdk-library-branch
changeset 56309 a7655cb387f9
parent 56308 8724d985c980
child 56310 b74ed86a116a
--- a/make/common/NativeCompilation.gmk	Wed Mar 14 21:52:48 2018 +0100
+++ b/make/common/NativeCompilation.gmk	Wed Mar 14 23:15:29 2018 +0100
@@ -746,7 +746,7 @@
 		        $$($1_SYSROOT_CFLAGS) -showIncludes -nologo -TC \
 		        $(CC_OUT_OPTION)$$($1_RES_DEP).obj -P -Fi$$($1_RES_DEP).pp \
 		        $$($1_VERSIONINFO_RESOURCE)) 2>&1 \
-		    | $(GREP) -v -e "^Note: including file:" \
+		    | $(TR) -d '\r' | $(GREP) -v -e "^Note: including file:" \
 		        -e "^$$(notdir $$($1_VERSIONINFO_RESOURCE))$$$$" || test "$$$$?" = "1" ; \
 		$(ECHO) $$($1_RES): \\ > $$($1_RES_DEP) ; \
 		$(SED) $(WINDOWS_SHOWINCLUDE_SED_PATTERN) $$($1_RES_DEP).obj.log >> $$($1_RES_DEP) ; \