New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / crypto / cast / Makefile.uni
index 780073e75b99d3eb28eca6009d2c19b0ffd22245..a5870897cfa47b5da2ce6d1488de3380c0d15cdd 100644 (file)
@@ -24,6 +24,7 @@ MAKE=           make
 MAKEDEPEND=     makedepend
 MAKEFILE=       Makefile.uni
 AR=             ar r
+RANLIB=         ranlib
 
 CAST_ENC=c_enc.o
 # or use
@@ -55,7 +56,7 @@ all:    $(LIB) $(TEST) $(APPS)
 
 $(LIB):    $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       sh $(TOP)/ranlib.sh $(LIB)
+       $(RANLIB) $(LIB)
 # elf
 asm/cx86-elf.o: asm/cx86unix.cpp
        $(CPP) -DELF asm/cx86unix.cpp | as -o asm/cx86-elf.o