Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / rsa / Makefile.ssl
index f11df9787a59ddb9efb2c98a8b8c370a010dbacb..a045e77c6e898c7e25b18bdaa53c554527b87cb3 100644 (file)
@@ -72,7 +72,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