[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sun Jan 24 23:23:21 UTC 2016


The branch master has been updated
       via  68ed0b2480023424f280e98cda7199d913f3d7cc (commit)
      from  ae41f971495d7c11f1c7bbcd73dba94f82ea7b8d (commit)


- Log -----------------------------------------------------------------
commit 68ed0b2480023424f280e98cda7199d913f3d7cc
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Jan 25 00:16:04 2016 +0100

    Make sure apps/Makefile builds apps/CA.pl by default
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/apps/Makefile.in b/apps/Makefile.in
index c765bd4..290dff6 100644
--- a/apps/Makefile.in
+++ b/apps/Makefile.in
@@ -63,10 +63,12 @@ ALL=    $(GENERAL) $(EXE_SRC) $(HEADER)
 top:
 	@(cd ..; $(MAKE) DIRS=$(DIR) all)
 
-all:	exe
+all:	exe scripts
 
 exe:	$(EXE)
 
+scripts: $(SCRIPTS)
+
 openssl-vms.cnf: openssl.cnf
 	$(PERL) $(TOP)/VMS/VMSify-conf.pl < openssl.cnf > openssl-vms.cnf
 


More information about the openssl-commits mailing list