summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-17 15:17:14 +0000
committerBodo Möller <bodo@openssl.org>1999-07-17 15:17:14 +0000
commitdc347119e682615984decdbc5076c1c0b723d2f4 (patch)
treeba5c34c4517b93fabcf8882a882bbbb9c9801fa7 /crypto/Makefile.ssl
parent6434450cd6a10bc7b34a6f24e05b28a488f142ac (diff)
"make clean" has to delete date.h
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 3c4b9574dc..fce13683da 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -125,7 +125,7 @@ depend:
done;
clean:
- rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
+ rm -f date.h *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
@for i in $(SDIRS) ;\
do \
(cd $$i; echo "making clean in crypto/$$i..."; \