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