X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fcast%2FMakefile.uni;h=a5870897cfa47b5da2ce6d1488de3380c0d15cdd;hb=023c8d0b0aec445b680ef5aea2bd2154adb59974;hp=780073e75b99d3eb28eca6009d2c19b0ffd22245;hpb=7dfb0b774e6592dcbfe47015168a0ac8b44e2a17;p=oweals%2Fopenssl.git diff --git a/crypto/cast/Makefile.uni b/crypto/cast/Makefile.uni index 780073e75b..a5870897cf 100644 --- a/crypto/cast/Makefile.uni +++ b/crypto/cast/Makefile.uni @@ -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