From: Bodo Möller Date: Sat, 17 Jul 1999 15:17:14 +0000 (+0000) Subject: "make clean" has to delete date.h X-Git-Tag: OpenSSL_0_9_4~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc347119e682615984decdbc5076c1c0b723d2f4;p=openssl "make clean" has to delete date.h --- 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..."; \