Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / ui / Makefile.ssl
index d51c1ff67a78d99cd7cfbb533c70bd1ec6ffd178..202a32fd48fb55cf5d423a4f500e9610c474f1b0 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