asm workaround for SuSE Linux
[openssl.git] / crypto / rc5 / Makefile.uni
index e50b3f2d197b5c49beac6bb59a7be973249b102f..4dc20c6fcfd5519829f9f5d1d5aa81e2fec755b7 100644 (file)
@@ -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)