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