summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile.ssl
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-02-12 19:05:10 +0000
committerBen Laurie <ben@openssl.org>1999-02-12 19:05:10 +0000
commit65b8ca07a58201f3458def4163407a28b4484df8 (patch)
treeb307e2b7b4b174732bf3a7ac99b91991510fcd98 /crypto/bn/Makefile.ssl
parent55a9cc6e474284d691e79820eaeb85f84892b2ae (diff)
Tidy up asm stuff.
Diffstat (limited to 'crypto/bn/Makefile.ssl')
-rw-r--r--crypto/bn/Makefile.ssl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index 65560fd1f8..7870a9480e 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -92,10 +92,10 @@ asm/bn86bsdi.o: asm/bn86unix.cpp
asm/co86bsdi.o: asm/co86unix.cpp
$(CPP) -DBSDI asm/co86unix.cpp | sed 's/ :/:/' | as -o asm/co86bsdi.o
-asm/bn86unix.cpp:
+asm/bn86unix.cpp: asm/bn-586.pl
(cd asm; perl bn-586.pl cpp >bn86unix.cpp )
-asm/co86unix.cpp:
+asm/co86unix.cpp: asm/co-586.pl
(cd asm; perl co-586.pl cpp >co86unix.cpp )
# MIPS 64 bit assember