aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-17 16:53:53 -0500
committerRich Salz <rsalz@openssl.org>2016-01-20 09:09:14 -0500
commit8cef1212f3a8271e1d9f2b4b02720751084a1785 (patch)
treef69daa185d375affebadeddafbf4b3e880056d1c /apps
parent7bb196a71adef8440b6152b6174651a9c25588f1 (diff)
downloadopenssl-8cef1212f3a8271e1d9f2b4b02720751084a1785.tar.gz
Consolidate "make update"
Rename 'update' to 'generate'. Rather than recurse, just explicitly call the three generate targets directly. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.in b/apps/Makefile.in
index 73a665b6fc..4832364cea 100644
--- a/apps/Makefile.in
+++ b/apps/Makefile.in
@@ -106,7 +106,7 @@ uninstall:
done
$(RM) $(INSTALL_PREFIX)$(OPENSSLDIR)/openssl.cnf
-update: openssl-vms.cnf local_depend
+generate: openssl-vms.cnf
depend: local_depend
@if [ -z "$(THIS)" ]; then $(MAKE) -f $(TOP)/Makefile reflect THIS=$@; fi