summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-27 01:41:57 +0000
committerUlf Möller <ulf@openssl.org>1999-04-27 01:41:57 +0000
commit281c52c0548e4410e225464a30a82aac6d9ea70b (patch)
tree6b92f70491d804cc1baee55c7aaf49b02a26b248 /ssl
parent6184255d0cf62140ca37c1239464a366bdbb2a3e (diff)
Add missing DEPFLAG.
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