summaryrefslogtreecommitdiffstats
path: root/crypto/md5
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-02 19:30:41 +0000
committerBodo Möller <bodo@openssl.org>2000-03-02 19:30:41 +0000
commit743e7be9137f4dea007c44a3d6f0caf0e94aa129 (patch)
tree368b62d5c2a6224bfb0e22a33632752113d57ce4 /crypto/md5
parent5eb8ca4d9251e0f9183f7c03161ea998c303949b (diff)
Add missing dependencies.
Diffstat (limited to 'crypto/md5')
-rw-r--r--crypto/md5/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md5/Makefile.ssl b/crypto/md5/Makefile.ssl
index 2767ed154e..3627d9475d 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -71,7 +71,7 @@ asm/mx86-out.o: asm/mx86unix.cpp
asm/mx86bsdi.o: asm/mx86unix.cpp
$(CPP) -DBSDI asm/mx86unix.cpp | sed 's/ :/:/' | as -o asm/mx86bsdi.o
-asm/mx86unix.cpp: asm/md5-586.pl
+asm/mx86unix.cpp: asm/md5-586.pl ../perlasm/x86asm.pl
(cd asm; $(PERL) md5-586.pl cpp >mx86unix.cpp)
asm/md5-sparcv8plus.o: asm/md5-sparcv9.S