diff options
Diffstat (limited to 'src/lib/libcrypto/sha/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/sha/Makefile.ssl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/sha/Makefile.ssl b/src/lib/libcrypto/sha/Makefile.ssl index 79ef43aa34..72acd8f046 100644 --- a/src/lib/libcrypto/sha/Makefile.ssl +++ b/src/lib/libcrypto/sha/Makefile.ssl | |||
@@ -5,6 +5,7 @@ | |||
5 | DIR= sha | 5 | DIR= sha |
6 | TOP= ../.. | 6 | TOP= ../.. |
7 | CC= cc | 7 | CC= cc |
8 | CPP= $(CC) -E | ||
8 | INCLUDES= | 9 | INCLUDES= |
9 | CFLAG=-g | 10 | CFLAG=-g |
10 | INSTALL_PREFIX= | 11 | INSTALL_PREFIX= |
@@ -46,7 +47,7 @@ lib: $(LIBOBJ) | |||
46 | 47 | ||
47 | # elf | 48 | # elf |
48 | asm/sx86-elf.o: asm/sx86unix.cpp | 49 | asm/sx86-elf.o: asm/sx86unix.cpp |
49 | $(CPP) -DELF asm/sx86unix.cpp | as -o asm/sx86-elf.o | 50 | $(CPP) -DELF -x c asm/sx86unix.cpp | as -o asm/sx86-elf.o |
50 | 51 | ||
51 | # solaris | 52 | # solaris |
52 | asm/sx86-sol.o: asm/sx86unix.cpp | 53 | asm/sx86-sol.o: asm/sx86unix.cpp |
@@ -62,7 +63,7 @@ asm/sx86-out.o: asm/sx86unix.cpp | |||
62 | asm/sx86bsdi.o: asm/sx86unix.cpp | 63 | asm/sx86bsdi.o: asm/sx86unix.cpp |
63 | $(CPP) -DBSDI asm/sx86unix.cpp | sed 's/ :/:/' | as -o asm/sx86bsdi.o | 64 | $(CPP) -DBSDI asm/sx86unix.cpp | sed 's/ :/:/' | as -o asm/sx86bsdi.o |
64 | 65 | ||
65 | asm/sx86unix.cpp: | 66 | asm/sx86unix.cpp: asm/sha1-586.pl ../perlasm/x86asm.pl |
66 | (cd asm; $(PERL) sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp) | 67 | (cd asm; $(PERL) sha1-586.pl cpp $(PROCESSOR) >sx86unix.cpp) |
67 | 68 | ||
68 | files: | 69 | files: |