summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/Makefile.ssl b/ssl/Makefile.ssl
index c129a9d530..5e8e8f71a9 100644
--- a/ssl/Makefile.ssl
+++ b/ssl/Makefile.ssl
@@ -81,7 +81,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
- $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
+ $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
dclean:
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new