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