Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / mdc2 / Makefile.ssl
index 19cd3520eb5f5a13255a06a8e92f69b96bffd748..ea2b3183785b33acf502e1509dcf6506f5a6a04a 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