summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-10-18 23:47:03 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-12-08 13:23:45 +0000
commitf072785eb4de0ed808cbdf1e3004656cd26fc586 (patch)
treeec2c2311ea5466a12f2d6b1509dea978b7e49364 /crypto/Makefile
parent78c990c156ba79521e98728e9a604b4c5cc8adec (diff)
Remove fipscanister build functionality from makefiles.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 526628a408..f43edad6f8 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -109,7 +109,7 @@ links:
lib: $(LIB)
@touch lib
$(LIB): $(LIBOBJ)
- $(ARX) $(LIB) $(LIBOBJ)
+ $(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
shared: buildinf.h lib subdirs