diff options
author | Bodo Möller <bodo@openssl.org> | 2000-03-02 20:30:41 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2000-03-02 20:30:41 +0100 |
commit | 743e7be9137f4dea007c44a3d6f0caf0e94aa129 (patch) | |
tree | 368b62d5c2a6224bfb0e22a33632752113d57ce4 /crypto/cast/Makefile.ssl | |
parent | Use RAND_METHOD for implementing RAND_status. (diff) | |
download | openssl-743e7be9137f4dea007c44a3d6f0caf0e94aa129.tar.xz openssl-743e7be9137f4dea007c44a3d6f0caf0e94aa129.zip |
Add missing dependencies.
Diffstat (limited to 'crypto/cast/Makefile.ssl')
-rw-r--r-- | crypto/cast/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/Makefile.ssl b/crypto/cast/Makefile.ssl index cc040576ae..8ff8590cd8 100644 --- a/crypto/cast/Makefile.ssl +++ b/crypto/cast/Makefile.ssl @@ -68,7 +68,7 @@ asm/cx86-out.o: asm/cx86unix.cpp asm/cx86bsdi.o: asm/cx86unix.cpp $(CPP) -DBSDI asm/cx86unix.cpp | sed 's/ :/:/' | as -o asm/cx86bsdi.o -asm/cx86unix.cpp: asm/cast-586.pl +asm/cx86unix.cpp: asm/cast-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl (cd asm; $(PERL) cast-586.pl cpp $(PROCESSOR) >cx86unix.cpp) files: |