summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-10 15:34:55 +0000
committerBodo Möller <bodo@openssl.org>1999-09-10 15:34:55 +0000
commit5671876d1db8c5b8476ec8a570660a6e743aaaeb (patch)
tree300008c507db655b7c5e0ba7540c19b50ac8fc45 /crypto/Makefile.ssl
parent6f7af1524ea4a0eb9bcd0596075cef4bcaf887b1 (diff)
"make update"
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 9dbaaf76ae..a9a3966410 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -126,7 +126,7 @@ lint:
done;
depend:
- if [ ! -e buildinf.h ]; then touch buildinf.h; fi # fake buildinf.h if it does not exist
+ if [ ! -f buildinf.h ]; then touch buildinf.h; fi # fake buildinf.h if it does not exist
$(MAKEDEPEND) $(INCLUDE) $(DEPFLAG) $(PROGS) $(LIBSRC)
if [ ! -s buildinf.h ]; then rm buildinf.h; fi
@for i in $(SDIRS) ;\