Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / pem / Makefile.ssl
index c02be5b091549c438c49f5d9de4032e10b3c9c84..fe04acc0be154f1520bc13af1490f6048bc80106 100644 (file)
@@ -71,7 +71,7 @@ lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
 depend:
-       $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(LIBSRC)
+       $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(LIBSRC)
 
 dclean:
        $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new