Add missing DEPFLAG.
[openssl.git] / ssl / Makefile.ssl
index c129a9d53093e7bb8322b6020854805c7fc7a991..5e8e8f71a919c3bcb4e480248bb0cb9048df9782 100644 (file)
@@ -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