repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo
[LibreOffice.git]
/
external
/
openssl
/
system-cannot-find-path-for-move.patch.0
blob
421d6b8df2be3f03ebab8b742c6d8799519aa988
1
--- Configurations/windows-makefile.tmpl 2022-09-09 15:18:35.849924899 +0100
2
+++ Configurations/windows-makefile.tmpl 2022-09-09 15:20:28.895825331 +0100
3
@@ -790,7 +790,7 @@
4
return <<"EOF";
5
$target: "$gen0" $deps
6
\$(CPP) $incs $cppflags $defs "$gen0" > \$@.i
7
- move /Y \$@.i \$@
8
+ mv -f \$@.i \$@
9
EOF
10
} elsif ($gen0 =~ m|^.*\.in$|) {
11
#