From dc347119e682615984decdbc5076c1c0b723d2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Sat, 17 Jul 1999 15:17:14 +0000 Subject: "make clean" has to delete date.h --- crypto/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/Makefile.ssl') 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..."; \ -- cgit v1.2.3