New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / crypto / md5 / Makefile.uni
index 54685712dbe67789b689867cfa71c4bc52ea4f8e..d21c72f3ea0d9bf8679241627b56e8420015a475 100644 (file)
@@ -19,6 +19,7 @@ MAKE=           make
 MAKEDEPEND=     makedepend
 MAKEFILE=       Makefile.uni
 AR=             ar r
 MAKEDEPEND=     makedepend
 MAKEFILE=       Makefile.uni
 AR=             ar r
+RANLIB=         ranlib
 
 MD5_ASM_OBJ=
 
 
 MD5_ASM_OBJ=
 
@@ -43,7 +44,7 @@ all:    $(LIB) $(TEST) $(APPS)
 
 $(LIB):    $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
 
 $(LIB):    $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       sh $(TOP)/ranlib.sh $(LIB)
+       $(RANLIB) $(LIB)
 
 # elf
 asm/mx86-elf.o: asm/mx86unix.cpp
 
 # elf
 asm/mx86-elf.o: asm/mx86unix.cpp