diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-29 01:18:51 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-29 01:18:51 +0200 |
commit | 436a376bb048453990e19eb236ffff4ebfcd42ad (patch) | |
tree | c75eee2e686ab13aaac5e0ca043c6f18622043d8 /crypto/cast/Makefile.ssl | |
parent | sco5-gcc configuration. (diff) | |
download | openssl-436a376bb048453990e19eb236ffff4ebfcd42ad.tar.xz openssl-436a376bb048453990e19eb236ffff4ebfcd42ad.zip |
Some assembler-related clean-ups.
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 4c3256b0d1..4e4b543a60 100644 --- a/crypto/cast/Makefile.ssl +++ b/crypto/cast/Makefile.ssl @@ -103,7 +103,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/cx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff # DO NOT DELETE THIS LINE -- make depend depends on it. |