aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/Makefile.ssl
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/md5/Makefile.ssl
parent2e36cc41ef24b3f25a1524ba628f3ffbc2a10766 (diff)
downloadopenssl-436a376bb048453990e19eb236ffff4ebfcd42ad.tar.gz
Some assembler-related clean-ups.
Diffstat (limited to 'crypto/md5/Makefile.ssl')
-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 b9e658feac..3db39ae422 100644
--- a/crypto/md5/Makefile.ssl
+++ b/crypto/md5/Makefile.ssl
@@ -109,7 +109,7 @@ dclean:
mv -f Makefile.new $(MAKEFILE)
clean:
- rm -f *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
# DO NOT DELETE THIS LINE -- make depend depends on it.