Pass CFLAG to dependency makers, so non-standard system include paths are
[openssl.git] / crypto / dsa / Makefile.ssl
index 2680a1069db4a43faa224c535900cc4cfbd00e62..95384ba6614b4d5a8e9aca5615ac68d53dd995b8 100644 (file)
@@ -70,7 +70,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