From: Coty Sutherland Date: Fri, 1 Apr 2016 18:20:11 +0000 (-0400) Subject: Correcting typo that causes make install fail X-Git-Tag: OpenSSL_1_1_0-pre5~173 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2d5a1cfab8af8a282c62a3e1562aab1ad905b3e9;p=oweals%2Fopenssl.git Correcting typo that causes make install fail Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index bd02b8c3c2..e381237bb9 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -89,7 +89,7 @@ GENERATED={- join(" ", map { (my $x = $_) =~ s|\.S$|\.s|; $x } keys %{$unified_i BIN_SCRIPTS=$(BLDDIR)/tools/c_rehash MISC_SCRIPTS=$(SRCDIR)/tools/c_hash $(SRCDIR)/tools/c_info \ $(SRCDIR)/tools/c_issuer $(SRCDIR)/tools/c_name \ - $(BLDDIR)/apps/CA.pl $(BDLDIR)/apps/tsget + $(BLDDIR)/apps/CA.pl $(BLDDIR)/apps/tsget SHLIB_INFO={- join(" ", map { "\"".shlib($_).";".shlib_simple($_)."\"" } @{$unified_info{libraries}}) -}