X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Ftxt_db%2FMakefile;h=e6f30331d8dd2f72395e7a50a64c97f07bbd479e;hb=6d09851694949a52b9075bf8c2feb54b54d27b51;hp=4046dd9c4ac25babc64e2daf74df9f8f4c20327e;hpb=81a86fcf1729dea3c62db53af8890d701870c5ce;p=oweals%2Fopenssl.git diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile index 4046dd9c4a..e6f30331d8 100644 --- a/crypto/txt_db/Makefile +++ b/crypto/txt_db/Makefile @@ -1,5 +1,5 @@ # -# SSLeay/crypto/txt_db/Makefile +# OpenSSL/crypto/txt_db/Makefile # DIR= txt_db @@ -7,8 +7,6 @@ TOP= ../.. CC= cc INCLUDES= CFLAG=-g -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile AR= ar r @@ -64,6 +62,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: + @[ -n "$(MAKEDEPEND)" ] # should be set by top Makefile... $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) dclean: