diff options
Diffstat (limited to 'src/lib/libcrypto/cast/Makefile.uni')
-rw-r--r-- | src/lib/libcrypto/cast/Makefile.uni | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/cast/Makefile.uni b/src/lib/libcrypto/cast/Makefile.uni index 780073e75b..a5870897cf 100644 --- a/src/lib/libcrypto/cast/Makefile.uni +++ b/src/lib/libcrypto/cast/Makefile.uni | |||
@@ -24,6 +24,7 @@ MAKE= make | |||
24 | MAKEDEPEND= makedepend | 24 | MAKEDEPEND= makedepend |
25 | MAKEFILE= Makefile.uni | 25 | MAKEFILE= Makefile.uni |
26 | AR= ar r | 26 | AR= ar r |
27 | RANLIB= ranlib | ||
27 | 28 | ||
28 | CAST_ENC=c_enc.o | 29 | CAST_ENC=c_enc.o |
29 | # or use | 30 | # or use |
@@ -55,7 +56,7 @@ all: $(LIB) $(TEST) $(APPS) | |||
55 | 56 | ||
56 | $(LIB): $(LIBOBJ) | 57 | $(LIB): $(LIBOBJ) |
57 | $(AR) $(LIB) $(LIBOBJ) | 58 | $(AR) $(LIB) $(LIBOBJ) |
58 | sh $(TOP)/ranlib.sh $(LIB) | 59 | $(RANLIB) $(LIB) |
59 | # elf | 60 | # elf |
60 | asm/cx86-elf.o: asm/cx86unix.cpp | 61 | asm/cx86-elf.o: asm/cx86unix.cpp |
61 | $(CPP) -DELF asm/cx86unix.cpp | as -o asm/cx86-elf.o | 62 | $(CPP) -DELF asm/cx86unix.cpp | as -o asm/cx86-elf.o |