projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
488e2b0
)
Correcting typo that causes make install fail
author
Coty Sutherland
<csutherl@redhat.com>
Fri, 1 Apr 2016 18:20:11 +0000
(14:20 -0400)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 2 Apr 2016 15:20:55 +0000
(17:20 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/unix-Makefile.tmpl
patch
|
blob
|
history
diff --git
a/Configurations/unix-Makefile.tmpl
b/Configurations/unix-Makefile.tmpl
index bd02b8c3c2c1c08da1c326d3ae4bea9381ad79e4..e381237bb944d79cdd2e394c206267496c8ab4d1 100644
(file)
--- 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 $(B
DL
DIR)/apps/tsget
+ $(BLDDIR)/apps/CA.pl $(B
LD
DIR)/apps/tsget
SHLIB_INFO={- join(" ", map { "\"".shlib($_).";".shlib_simple($_)."\"" } @{$unified_info{libraries}}) -}