Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / dso / Makefile.ssl
index c47ca2d78c0ca86ff00e0a69f941cdd3272b2080..f4248aa60c10b35a1d014ba8a5800dcd8727090b 100644 (file)
@@ -70,7 +70,7 @@ lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
 depend:
-       $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
+       $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new