summaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorCoty Sutherland <csutherl@redhat.com>2016-04-01 14:20:11 -0400
committerRichard Levitte <levitte@openssl.org>2016-04-02 17:20:55 +0200
commit2d5a1cfab8af8a282c62a3e1562aab1ad905b3e9 (patch)
treeca7464c642032b611c8e08f9688cdd688f11c53d /Configurations
parent488e2b0f5ae791ea17fd5b1880c4945a3306ca8e (diff)
Correcting typo that causes make install fail
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/unix-Makefile.tmpl2
1 files changed, 1 insertions, 1 deletions
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}}) -}