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