Fix installation for no-stdio and no-autoalginit
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
d90a6beb0e
commit
df6533795b
2 changed files with 6 additions and 2 deletions
|
@ -86,10 +86,12 @@ DEPS={- join(" ", map { (my $x = $_) =~ s|\.o$|$depext|; $x; }
|
|||
{- output_on() if $disabled{makedepend}; "" -}
|
||||
GENERATED={- join(" ", map { (my $x = $_) =~ s|\.S$|\.s|; $x } keys %{$unified_info{generate}}) -}
|
||||
|
||||
{- output_off() if $disabled{apps}; "" -}
|
||||
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 $(BLDDIR)/apps/tsget
|
||||
{- output_on() if $disabled{apps}; "" -}
|
||||
|
||||
SHLIB_INFO={- join(" ", map { "\"".shlib($_).";".shlib_simple($_)."\"" } @{$unified_info{libraries}}) -}
|
||||
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
SCRIPTS=c_rehash
|
||||
SOURCE[c_rehash]=c_rehash.in
|
||||
IF[{- !$disabled{apps} -}]
|
||||
SCRIPTS=c_rehash
|
||||
SOURCE[c_rehash]=c_rehash.in
|
||||
ENDIF
|
||||
|
|
Loading…
Reference in a new issue