summaryrefslogtreecommitdiffstats
path: root/crypto/cast/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-29 01:18:51 +0200
committerBodo Möller <bodo@openssl.org>1999-05-29 01:18:51 +0200
commit436a376bb048453990e19eb236ffff4ebfcd42ad (patch)
treec75eee2e686ab13aaac5e0ca043c6f18622043d8 /crypto/cast/Makefile.ssl
parentsco5-gcc configuration. (diff)
downloadopenssl-436a376bb048453990e19eb236ffff4ebfcd42ad.tar.xz
openssl-436a376bb048453990e19eb236ffff4ebfcd42ad.zip
Some assembler-related clean-ups.
Diffstat (limited to 'crypto/cast/Makefile.ssl')
-rw-r--r--crypto/cast/Makefile.ssl2
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.