summaryrefslogtreecommitdiffstats
path: root/crypto/evp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/Makefile')
-rw-r--r--crypto/evp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/evp/Makefile b/crypto/evp/Makefile
index 58b4dd3353..74aed8d6b7 100644
--- a/crypto/evp/Makefile
+++ b/crypto/evp/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
@@ -87,6 +85,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
+ @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
dclean: