summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rc5/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/rc5/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/rc5/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/rc5/Makefile.ssl b/src/lib/libcrypto/rc5/Makefile.ssl
index 35abb9d0d1..5a54a162ba 100644
--- a/src/lib/libcrypto/rc5/Makefile.ssl
+++ b/src/lib/libcrypto/rc5/Makefile.ssl
@@ -49,7 +49,7 @@ lib: $(LIBOBJ)
49 49
50# elf 50# elf
51asm/r586-elf.o: asm/r586unix.cpp 51asm/r586-elf.o: asm/r586unix.cpp
52 $(CPP) -DELF asm/r586unix.cpp | as -o asm/r586-elf.o 52 $(CPP) -DELF -x c asm/r586unix.cpp | as -o asm/r586-elf.o
53 53
54# solaris 54# solaris
55asm/r586-sol.o: asm/r586unix.cpp 55asm/r586-sol.o: asm/r586unix.cpp
@@ -65,7 +65,7 @@ asm/r586-out.o: asm/r586unix.cpp
65asm/r586bsdi.o: asm/r586unix.cpp 65asm/r586bsdi.o: asm/r586unix.cpp
66 $(CPP) -DBSDI asm/r586unix.cpp | sed 's/ :/:/' | as -o asm/r586bsdi.o 66 $(CPP) -DBSDI asm/r586unix.cpp | sed 's/ :/:/' | as -o asm/r586bsdi.o
67 67
68asm/r586unix.cpp: 68asm/r586unix.cpp: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
69 (cd asm; $(PERL) rc5-586.pl cpp >r586unix.cpp) 69 (cd asm; $(PERL) rc5-586.pl cpp >r586unix.cpp)
70 70
71files: 71files: