summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/sha/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/sha/Makefile.ssl5
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 @@
5DIR= sha 5DIR= sha
6TOP= ../.. 6TOP= ../..
7CC= cc 7CC= cc
8CPP= $(CC) -E
8INCLUDES= 9INCLUDES=
9CFLAG=-g 10CFLAG=-g
10INSTALL_PREFIX= 11INSTALL_PREFIX=
@@ -46,7 +47,7 @@ lib: $(LIBOBJ)
46 47
47# elf 48# elf
48asm/sx86-elf.o: asm/sx86unix.cpp 49asm/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
52asm/sx86-sol.o: asm/sx86unix.cpp 53asm/sx86-sol.o: asm/sx86unix.cpp
@@ -62,7 +63,7 @@ asm/sx86-out.o: asm/sx86unix.cpp
62asm/sx86bsdi.o: asm/sx86unix.cpp 63asm/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
65asm/sx86unix.cpp: 66asm/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
68files: 69files: