summaryrefslogtreecommitdiffstats
path: root/crypto/sha/Makefile.uni
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-01 12:34:33 +0000
committerUlf Möller <ulf@openssl.org>1999-04-01 12:34:33 +0000
commit99aab1619f02b184f140150c72276bf55716cc42 (patch)
tree4a242345579d7fddff7371432170b6081a3cfd8f /crypto/sha/Makefile.uni
parent6b01fa64904749537db5dcf948a9a094d63cfc16 (diff)
New Makefile variables $(RANLIB) and $(PERL).
Diffstat (limited to 'crypto/sha/Makefile.uni')
-rw-r--r--crypto/sha/Makefile.uni2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/Makefile.uni b/crypto/sha/Makefile.uni
index f3236755b2..b7ec5caa4e 100644
--- a/crypto/sha/Makefile.uni
+++ b/crypto/sha/Makefile.uni
@@ -49,7 +49,7 @@ all: $(LIB) $(TEST) $(APPS)
$(LIB): $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)
- sh $(TOP)/ranlib.sh $(LIB)
+ $(RANLIB) $(LIB)
# elf
asm/sx86-elf.o: asm/sx86unix.cpp