Pass CFLAG to dependency makers, so non-standard system include paths are
[oweals/openssl.git] / crypto / x509v3 / Makefile.ssl
index da7c859476434cd8705a58e79601020aca94c24f..103fa65fb07e520de34e378f690165658209cd5d 100644 (file)
@@ -74,7 +74,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