aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-01-25 00:16:04 +0100
committerRichard Levitte <levitte@openssl.org>2016-01-25 00:16:04 +0100
commit68ed0b2480023424f280e98cda7199d913f3d7cc (patch)
tree6a642b7d91188eaf5c84adaa07e42420effe9fa2
parentae41f971495d7c11f1c7bbcd73dba94f82ea7b8d (diff)
downloadopenssl-68ed0b2480023424f280e98cda7199d913f3d7cc.tar.gz
Make sure apps/Makefile builds apps/CA.pl by default
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r--apps/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/Makefile.in b/apps/Makefile.in
index c765bd4460..290dff6ba5 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