summaryrefslogtreecommitdiffstats
path: root/crypto/bn
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/bn
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/bn')
-rw-r--r--crypto/bn/Makefile.in2
1 files changed, 1 insertions, 1 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...