summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-08-02 21:44:49 +0000
committerBodo Möller <bodo@openssl.org>1999-08-02 21:44:49 +0000
commita85154416916e2da4ea428112f419db1562bdb58 (patch)
tree28c8fe8a89dcece90611c003fb982b54ae8054fd /crypto/Makefile.ssl
parent2b8e4959fb563f79fcad351a7c66d4d142c0fe8d (diff)
avoid some NO_<cipher> problems
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 930dd02a9b..37aaac1528 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -122,7 +122,9 @@ lint:
done;
depend:
+ if [ ! -e 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) ;\
do \
(cd $$i; echo "making depend in crypto/$$i..."; \