I am trying to install doxygen in my CentOs 6.3 machine and I am getting this error. Any ideas??
[root@dell1 doxygen-1.8.3.1]# make install /usr/bin/install
The doxygen make is strange: "make install" will not invoke "make", so you need to do a
make make install
to first generate the binaries and then install them.