diff options
Diffstat (limited to 'crypto/x509/Makefile')
-rw-r--r-- | crypto/x509/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/x509/Makefile b/crypto/x509/Makefile index a94f369880..fc5d5a68cf 100644 --- a/crypto/x509/Makefile +++ b/crypto/x509/Makefile @@ -7,8 +7,6 @@ TOP= ../.. CC= cc INCLUDES= -I.. -I$(TOP) -I../../include CFLAG=-g -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile AR= ar r @@ -74,6 +72,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: + @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) dclean: |