summaryrefslogtreecommitdiffstats
path: root/crypto/whrlpool
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/whrlpool')
-rw-r--r--crypto/whrlpool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/whrlpool/Makefile b/crypto/whrlpool/Makefile
index 0f8f307ed7..566b996290 100644
--- a/crypto/whrlpool/Makefile
+++ b/crypto/whrlpool/Makefile
@@ -38,7 +38,7 @@ top:
all: lib
lib: $(LIBOBJ)
- $(ARX) $(LIB) $(LIBOBJ)
+ $(AR) $(LIB) $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib