Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / err / Makefile.ssl
index 39ce6374c4ca4feb932ef7d2ecba9d460b71a873..286404af76b44bad898c7136e29b2bd137ceef9f 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