make: *** No rule to make target `build', needed by `default'. Stop.

解决Centos7 解决安装Nginx编辑make && make install的不成功

make: *** No rule to make target `build', needed by `default'.  Stop.

解决方案

1、安装下面配置

yum -y install make zlib-devel gcc-c++ libtool openssl openssl-devel

2、重新configure

./configure 

3、编译

make && make install
原文地址:https://www.cnblogs.com/karrya/p/11851496.html