aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bn/Makefile.in')
-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...