summaryrefslogtreecommitdiffstats
path: root/crypto/objects
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 /crypto/objects
parent7bb196a71adef8440b6152b6174651a9c25588f1 (diff)
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 'crypto/objects')
-rw-r--r--crypto/objects/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/objects/Makefile.in b/crypto/objects/Makefile.in
index 8e4b577a80..826d571007 100644
--- a/crypto/objects/Makefile.in
+++ b/crypto/objects/Makefile.in
@@ -50,7 +50,7 @@ obj_xref.h: objxref.pl obj_xref.txt obj_mac.num
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
-update: obj_dat.h ../../include/openssl/obj_mac.h obj_xref.h depend
+generate: obj_dat.h ../../include/openssl/obj_mac.h obj_xref.h
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...