Make sure apps/Makefile builds apps/CA.pl by default
authorRichard Levitte <levitte@openssl.org>
Sun, 24 Jan 2016 23:16:04 +0000 (00:16 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 24 Jan 2016 23:16:04 +0000 (00:16 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/Makefile.in

index c765bd44603844535cab023e8b0ad710b5ca1ddd..290dff6ba5348dfe7353f14c2b92e54d907e04f2 100644 (file)
@@ -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