summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/cast/Makefile.uni
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/cast/Makefile.uni')
-rw-r--r--src/lib/libcrypto/cast/Makefile.uni3
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
24MAKEDEPEND= makedepend 24MAKEDEPEND= makedepend
25MAKEFILE= Makefile.uni 25MAKEFILE= Makefile.uni
26AR= ar r 26AR= ar r
27RANLIB= ranlib
27 28
28CAST_ENC=c_enc.o 29CAST_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
60asm/cx86-elf.o: asm/cx86unix.cpp 61asm/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