mirror of
https://github.com/mirror/make.git
synced 2026-08-31 11:48:08 +08:00
Fix make.h preprocessor directive to work better with Windows compilers.
Fix some regression tests to (hopefully) work better on Windows.
This commit is contained in:
@@ -1096,6 +1096,7 @@ func_error (char *o, char **argv, const char *funcname)
|
||||
|
||||
case 'i':
|
||||
printf ("%s\n", msg);
|
||||
fflush(stdout);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user