diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2014-10-19 00:47:03 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2014-12-08 14:23:45 +0100 |
commit | f072785eb4de0ed808cbdf1e3004656cd26fc586 (patch) | |
tree | ec2c2311ea5466a12f2d6b1509dea978b7e49364 /crypto/bn/Makefile | |
parent | Remove fipscanister from Configure, delete fips directory (diff) | |
download | openssl-f072785eb4de0ed808cbdf1e3004656cd26fc586.tar.xz openssl-f072785eb4de0ed808cbdf1e3004656cd26fc586.zip |
Remove fipscanister build functionality from makefiles.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bn/Makefile')
-rw-r--r-- | crypto/bn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index e2fd6445b4..270af09c92 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -56,7 +56,7 @@ bnbug: bnbug.c ../../libcrypto.a top cc -g -I../../include bnbug.c -o bnbug ../../libcrypto.a lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |