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