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