projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a53d19c
)
Copy the produced .dll files to fuzz/ as well (Cygwin & mingw)
author
Richard Levitte
<levitte@openssl.org>
Tue, 27 Mar 2018 09:10:15 +0000
(11:10 +0200)
committer
Matt Caswell
<matt@openssl.org>
Tue, 27 Mar 2018 09:18:10 +0000
(10:18 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5759)
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index 07e2036c1f0b9bdda501e59424188df4eb22bf06..40cf2c3df430d216ac71a4df2855a59262278e0d 100644
(file)
--- a/
Configurations/unix-Makefile.tmpl
+++ b/
Configurations/unix-Makefile.tmpl
@@
-927,8
+927,10
@@
EOF
. (windowsdll() ? <<"EOF" : "");
rm -f apps/$shlib$shlibext
rm -f test/$shlib$shlibext
+ rm -f fuzz/$shlib$shlibext
cp -p $shlib$shlibext apps/
cp -p $shlib$shlibext test/
+ cp -p $shlib$shlibext fuzz/
EOF
}
sub obj2dso {