Copy the produced .dll files to fuzz/ as well (Cygwin & mingw)
authorRichard Levitte <levitte@openssl.org>
Tue, 27 Mar 2018 09:10:15 +0000 (11:10 +0200)
committerMatt 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

index 07e2036c1f0b9bdda501e59424188df4eb22bf06..40cf2c3df430d216ac71a4df2855a59262278e0d 100644 (file)
@@ -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 {