summaryrefslogtreecommitdiffstats
path: root/crypto/md5/Makefile.uni
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md5/Makefile.uni')
-rw-r--r--crypto/md5/Makefile.uni3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/md5/Makefile.uni b/crypto/md5/Makefile.uni
index 54685712db..d21c72f3ea 100644
--- a/crypto/md5/Makefile.uni
+++ b/crypto/md5/Makefile.uni
@@ -19,6 +19,7 @@ MAKE= make
MAKEDEPEND= makedepend
MAKEFILE= Makefile.uni
AR= ar r
+RANLIB= ranlib
MD5_ASM_OBJ=
@@ -43,7 +44,7 @@ all: $(LIB) $(TEST) $(APPS)
$(LIB): $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- sh $(TOP)/ranlib.sh $(LIB)
+ $(RANLIB) $(LIB)
# elf
asm/mx86-elf.o: asm/mx86unix.cpp