Commit 0685b15a authored by Richard Levitte's avatar Richard Levitte
Browse files

Windows: Recreate the $prefix variable



$prefix was removed as part of the DESTDIR work.  However, it was
still used to create the ENGINESDIR_dev and ENGINESDIR_dir variables,
so a restoration is needed.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent c0c9c0c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -90,9 +90,9 @@ GENERATED={- join(" ",
INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet
                  #
                  use File::Spec::Functions qw(:DEFAULT splitpath);
                  our $prefix = $config{prefix} || "$win_installroot\\OpenSSL";
                  our ($prefix_dev, $prefix_dir, $prefix_file) =
                      splitpath($config{prefix} || "$win_installroot\\OpenSSL",
                                1);
                      splitpath($prefix, 1);
                  $prefix_dev -}
INSTALLTOP_dir={- $prefix_dir -}
OPENSSLDIR_dev={- #