summaryrefslogtreecommitdiffstats
path: root/crypto/rc2/Makefile.uni
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc2/Makefile.uni')
-rw-r--r--crypto/rc2/Makefile.uni3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/rc2/Makefile.uni b/crypto/rc2/Makefile.uni
index e50b3f2d19..4dc20c6fcf 100644
--- a/crypto/rc2/Makefile.uni
+++ b/crypto/rc2/Makefile.uni
@@ -15,6 +15,7 @@ MAKE= make
MAKEDEPEND= makedepend
MAKEFILE= Makefile.uni
AR= ar r
+RANLIB= ranlib
IDEA_ENC=rc2_cbc.o
@@ -39,7 +40,7 @@ all: $(LIB) $(TEST) $(APPS)
$(LIB): $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- sh $(TOP)/ranlib.sh $(LIB)
+ $(RANLIB) $(LIB)
test: $(TEST)
./$(TEST)