Commit df653379 authored by Richard Levitte's avatar Richard Levitte Committed by Matt Caswell
Browse files

Fix installation for no-stdio and no-autoalginit

parent d90a6beb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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}}) -}

+4 −2
Original line number Diff line number Diff line
IF[{- !$disabled{apps} -}]
  SCRIPTS=c_rehash
  SOURCE[c_rehash]=c_rehash.in
ENDIF