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