summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc4/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rc4/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/rc4/Makefile.ssl5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rc4/Makefile.ssl b/src/lib/libcrypto/rc4/Makefile.ssl
index 2ea95f0298..8d2a795c22 100644
--- a/src/lib/libcrypto/rc4/Makefile.ssl
+++ b/src/lib/libcrypto/rc4/Makefile.ssl
@@ -5,6 +5,7 @@
5DIR= rc4 5DIR= rc4
6TOP= ../.. 6TOP= ../..
7CC= cc 7CC= cc
8CPP= $(CC) -E
8INCLUDES= 9INCLUDES=
9CFLAG=-g 10CFLAG=-g
10INSTALL_PREFIX= 11INSTALL_PREFIX=
@@ -51,7 +52,7 @@ lib: $(LIBOBJ)
51 52
52# elf 53# elf
53asm/rx86-elf.o: asm/rx86unix.cpp 54asm/rx86-elf.o: asm/rx86unix.cpp
54 $(CPP) -DELF asm/rx86unix.cpp | as -o asm/rx86-elf.o 55 $(CPP) -DELF -x c asm/rx86unix.cpp | as -o asm/rx86-elf.o
55 56
56# solaris 57# solaris
57asm/rx86-sol.o: asm/rx86unix.cpp 58asm/rx86-sol.o: asm/rx86unix.cpp
@@ -67,7 +68,7 @@ asm/rx86-out.o: asm/rx86unix.cpp
67asm/rx86bsdi.o: asm/rx86unix.cpp 68asm/rx86bsdi.o: asm/rx86unix.cpp
68 $(CPP) -DBSDI asm/rx86unix.cpp | sed 's/ :/:/' | as -o asm/rx86bsdi.o 69 $(CPP) -DBSDI asm/rx86unix.cpp | sed 's/ :/:/' | as -o asm/rx86bsdi.o
69 70
70asm/rx86unix.cpp: asm/rc4-586.pl 71asm/rx86unix.cpp: asm/rc4-586.pl ../perlasm/x86asm.pl
71 (cd asm; $(PERL) rc4-586.pl cpp >rx86unix.cpp) 72 (cd asm; $(PERL) rc4-586.pl cpp >rx86unix.cpp)
72 73
73files: 74files: