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