aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-28 23:18:51 +0000
committerBodo Möller <bodo@openssl.org>1999-05-28 23:18:51 +0000
commit436a376bb048453990e19eb236ffff4ebfcd42ad (patch)
treec75eee2e686ab13aaac5e0ca043c6f18622043d8 /crypto/sha
parent2e36cc41ef24b3f25a1524ba628f3ffbc2a10766 (diff)
downloadopenssl-436a376bb048453990e19eb236ffff4ebfcd42ad.zip
openssl-436a376bb048453990e19eb236ffff4ebfcd42ad.tar.gz
openssl-436a376bb048453990e19eb236ffff4ebfcd42ad.tar.bz2
Some assembler-related clean-ups.
Diffstat (limited to 'crypto/sha')
-rw-r--r--crypto/sha/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/Makefile.ssl b/crypto/sha/Makefile.ssl
index 1477a53..cf53ca4 100644
--- a/crypto/sha/Makefile.ssl
+++ b/crypto/sha/Makefile.ssl
@@ -97,7 +97,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
+ rm -f asm/sx86unix.cpp *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff asm/*.o
# DO NOT DELETE THIS LINE -- make depend depends on it.