diff options
author | Rich Salz <rsalz@akamai.com> | 2016-01-17 22:53:53 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-01-20 15:09:14 +0100 |
commit | 8cef1212f3a8271e1d9f2b4b02720751084a1785 (patch) | |
tree | f69daa185d375affebadeddafbf4b3e880056d1c /crypto | |
parent | Handle SSL_shutdown while in init more appropriately (diff) | |
download | openssl-8cef1212f3a8271e1d9f2b4b02720751084a1785.tar.xz openssl-8cef1212f3a8271e1d9f2b4b02720751084a1785.zip |
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')
-rw-r--r-- | crypto/bn/Makefile.in | 2 | ||||
-rw-r--r-- | crypto/objects/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/Makefile.in b/crypto/bn/Makefile.in index d7133283ee..964f8ecc61 100644 --- a/crypto/bn/Makefile.in +++ b/crypto/bn/Makefile.in @@ -150,7 +150,7 @@ div: rm -f a.out gcc -I.. -g div.c ../../libcrypto.a -update: bn_prime.h depend +generate: bn_prime.h depend: @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... 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... |