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