diff options
Diffstat (limited to 'src/lib/libcrypto/sha/Makefile.uni')
-rw-r--r-- | src/lib/libcrypto/sha/Makefile.uni | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/sha/Makefile.uni b/src/lib/libcrypto/sha/Makefile.uni index f3236755b2..b7ec5caa4e 100644 --- a/src/lib/libcrypto/sha/Makefile.uni +++ b/src/lib/libcrypto/sha/Makefile.uni | |||
@@ -49,7 +49,7 @@ all: $(LIB) $(TEST) $(APPS) | |||
49 | 49 | ||
50 | $(LIB): $(LIBOBJ) | 50 | $(LIB): $(LIBOBJ) |
51 | $(AR) $(LIB) $(LIBOBJ) | 51 | $(AR) $(LIB) $(LIBOBJ) |
52 | sh $(TOP)/ranlib.sh $(LIB) | 52 | $(RANLIB) $(LIB) |
53 | 53 | ||
54 | # elf | 54 | # elf |
55 | asm/sx86-elf.o: asm/sx86unix.cpp | 55 | asm/sx86-elf.o: asm/sx86unix.cpp |