From: Richard Levitte Date: Sun, 24 Jan 2016 23:16:04 +0000 (+0100) Subject: Make sure apps/Makefile builds apps/CA.pl by default X-Git-Tag: OpenSSL_1_1_0-pre3~434 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=68ed0b2480023424f280e98cda7199d913f3d7cc;p=oweals%2Fopenssl.git Make sure apps/Makefile builds apps/CA.pl by default Reviewed-by: Rich Salz --- 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