diff options
Diffstat (limited to 'crypto/rc2')
-rw-r--r-- | crypto/rc2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/Makefile b/crypto/rc2/Makefile index b888c4c9bc..73eac347e7 100644 --- a/crypto/rc2/Makefile +++ b/crypto/rc2/Makefile @@ -33,7 +33,7 @@ top: all: lib lib: $(LIBOBJ) - $(ARX) $(LIB) $(LIBOBJ) + $(AR) $(LIB) $(LIBOBJ) $(RANLIB) $(LIB) || echo Never mind. @touch lib |