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