From a85154416916e2da4ea428112f419db1562bdb58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 2 Aug 1999 21:44:49 +0000 Subject: avoid some NO_ problems --- crypto/Makefile.ssl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/Makefile.ssl') 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..."; \ -- cgit v1.2.3