NRPE error make

I follow the instructions below to install nrpe but doesn´t works, can anyone tell me why?


[root@NNNN ]#tar xzf nrpe-2.12.tar.gz
[root@NNNN ]#cd nrpe-2.12
[root@NNNN nrpe-2.12]#./configure
---------------------->> the ./configure its ok.

The error comes with “make”:

[root@NNNN nrpe-2.12]#make all
make: *** No rule to make target `all’. Stop.

thanks.

What were the last few lines printed when you ran ./configure ? (before you typed make all)