diff options
Diffstat (limited to 'src/lib/libcrypto/ripemd/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/ripemd/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ripemd/Makefile.ssl b/src/lib/libcrypto/ripemd/Makefile.ssl index c6153d4361..6ada9f067b 100644 --- a/src/lib/libcrypto/ripemd/Makefile.ssl +++ b/src/lib/libcrypto/ripemd/Makefile.ssl | |||
@@ -47,7 +47,7 @@ lib: $(LIBOBJ) | |||
47 | 47 | ||
48 | # elf | 48 | # elf |
49 | asm/rm86-elf.o: asm/rm86unix.cpp | 49 | asm/rm86-elf.o: asm/rm86unix.cpp |
50 | $(CPP) -DELF asm/rm86unix.cpp | as -o asm/rm86-elf.o | 50 | $(CPP) -DELF -x c asm/rm86unix.cpp | as -o asm/rm86-elf.o |
51 | 51 | ||
52 | # solaris | 52 | # solaris |
53 | asm/rm86-sol.o: asm/rm86unix.cpp | 53 | asm/rm86-sol.o: asm/rm86unix.cpp |
@@ -63,7 +63,7 @@ asm/rm86-out.o: asm/rm86unix.cpp | |||
63 | asm/rm86bsdi.o: asm/rm86unix.cpp | 63 | asm/rm86bsdi.o: asm/rm86unix.cpp |
64 | $(CPP) -DBSDI asm/rm86unix.cpp | sed 's/ :/:/' | as -o asm/rm86bsdi.o | 64 | $(CPP) -DBSDI asm/rm86unix.cpp | sed 's/ :/:/' | as -o asm/rm86bsdi.o |
65 | 65 | ||
66 | asm/rm86unix.cpp: asm/rmd-586.pl | 66 | asm/rm86unix.cpp: asm/rmd-586.pl ../perlasm/x86asm.pl |
67 | (cd asm; $(PERL) rmd-586.pl cpp >rm86unix.cpp) | 67 | (cd asm; $(PERL) rmd-586.pl cpp >rm86unix.cpp) |
68 | 68 | ||
69 | files: | 69 | files: |