summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-03-27 11:10:15 +0200
committerMatt Caswell <matt@openssl.org>2018-03-27 10:18:10 +0100
commitd8278dac47996a442a480958702d913f2eff7b93 (patch)
tree1a80bb5d72771d91478ebbf563e62fdf8e527ebd
parenta53d19cd0c4f28ed8c6ef708dcdd0599d1cbea27 (diff)
Copy the produced .dll files to fuzz/ as well (Cygwin & mingw)
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5759)
-rw-r--r--Configurations/unix-Makefile.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
index 07e2036c1f..40cf2c3df4 100644
--- 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 {