summaryrefslogtreecommitdiffstats
path: root/crypto/ui/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/ui/Makefile
parent78c990c156ba79521e98728e9a604b4c5cc8adec (diff)
Remove fipscanister build functionality from makefiles.
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/ui/Makefile')
-rw-r--r--crypto/ui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/Makefile b/crypto/ui/Makefile
index 4755e206f6..a685659fb4 100644
--- a/crypto/ui/Makefile
+++ b/crypto/ui/Makefile
@@ -37,7 +37,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(ARX) $(LIB) $(LIBOBJ)
+ $(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib