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