Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / md4 / Makefile.ssl
index 12eee136085792a5d3d506dfd45512a7073ec205..9523994691e42043b8c937a1e81a8c1a051fd2d1 100644 (file)
@@ -69,7 +69,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