blob: 421d6b8df2be3f03ebab8b742c6d8799519aa988 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Configurations/windows-makefile.tmpl 2022-09-09 15:18:35.849924899 +0100
+++ Configurations/windows-makefile.tmpl 2022-09-09 15:20:28.895825331 +0100
@@ -790,7 +790,7 @@
return <<"EOF";
$target: "$gen0" $deps
\$(CPP) $incs $cppflags $defs "$gen0" > \$@.i
- move /Y \$@.i \$@
+ mv -f \$@.i \$@
EOF
} elsif ($gen0 =~ m|^.*\.in$|) {
#
|