Can't install gnuradio 3.7.7.1 and newest UHD

Hi all,

I am stil using gnuradio 3.6.5.1 and yesterday I wanted to install
newest
version of both gnuradio and UHD driver. I wanted to install them on
some
different path and to preserve working environment until I am sure that
newcomers work.

First I downloaded and built UHD. I followed instructions and the first
problem was that I couldn’t run test. It simply says can’t find test.
However I installed it (on a different path where my old UHD driver is).

Next I built gnuradio. In ccmake i provided new paths to the fresh UHD:

UHD_DIR /scr1/nemanja/install/lib64/cmake/uhd

UHD_INCLUDE_DIRS /scr1/nemanja/install/include
UHD_LIBRARIES
/scr1/nemanja/install/lib64/libgnuradio-uhd-3.7.7.so.0.0.0

However at the end of the building process I get following error:

make[2]: *** No rule to make target
/scr1/nemanja/install/lib64/libgnuradio-uhd-3.7.7.so.0.0.0', needed bygr-uhd/lib/libgnuradio-uhd-3.7.7.so.0.0.0’. Stop.
make[1]: *** [gr-uhd/lib/CMakeFiles/gnuradio-uhd.dir/all] Error 2
make: *** [all] Error 2

What might be the problem here?

Thanx,