/bin/bash: line 15: --destdir: command not found

Hello all,

I am running this command; sudo make install on the UCLA Zigbee PHY and
I get this

wlab@ubuntu:~/gr-ieee802-15-4$ sudo make install
Making install in config
make[1]: Entering directory /home/wlab/gr-ieee802-15-4/config' make[2]: Entering directory/home/wlab/gr-ieee802-15-4/config’
make[2]: Nothing to be done for install-exec-am'. make[2]: Nothing to be done forinstall-data-am’.
make[2]: Leaving directory /home/wlab/gr-ieee802-15-4/config' make[1]: Leaving directory/home/wlab/gr-ieee802-15-4/config’
Making install in src
make[1]: Entering directory /home/wlab/gr-ieee802-15-4/src' Making install in lib make[2]: Entering directory/home/wlab/gr-ieee802-15-4/src/lib’
make install-am
make[3]: Entering directory /home/wlab/gr-ieee802-15-4/src/lib' make[4]: Entering directory/home/wlab/gr-ieee802-15-4/src/lib’
make[4]: Nothing to be done for `install-exec-am’.
test -z “/usr/local/include/gnuradio” || /bin/mkdir -p
“/usr/local/include/gnuradio”
/usr/bin/install -c -m 644 ucla_cc1k_correlator_cb.h
ucla_sos_packet_sink.h ucla_ieee802_15_4_packet_sink.h
ucla_qpsk_modulator_cc.h ucla_symbols_to_chips_bi.h ucla_manchester_ff.h
ucla_multichanneladd_cc.h ucla_delay_cc.h ‘/usr/local/include/gnuradio’
test -z “/usr/local/lib/python2.7/dist-packages/gnuradio” || /bin/mkdir
-p “/usr/local/lib/python2.7/dist-packages/gnuradio”
/bin/bash …/…/libtool --mode=install /usr/bin/install -c _ucla.la
‘/usr/local/lib/python2.7/dist-packages/gnuradio’
libtool: install: /usr/bin/install -c .libs/_ucla.so
/usr/local/lib/python2.7/dist-packages/gnuradio/_ucla.so
libtool: install: /usr/bin/install -c .libs/_ucla.lai
/usr/local/lib/python2.7/dist-packages/gnuradio/_ucla.la
libtool: finish:
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin"
ldconfig -n /usr/local/lib/python2.7/dist-packages/gnuradio

Libraries have been installed in:
/usr/local/lib/python2.7/dist-packages/gnuradio

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR’
flag during linking and do at least one of the following:

  • add LIBDIR to the `LD_LIBRARY_PATH’ environment variable
    during execution
  • add LIBDIR to the `LD_RUN_PATH’ environment variable
    during linking
  • use the `-Wl,-rpath -Wl,LIBDIR’ linker flag
  • have your system administrator add LIBDIR to `/etc/ld.so.conf’

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.

test -z “/usr/local/lib/python2.7/dist-packages/gnuradio” || /bin/mkdir
-p “/usr/local/lib/python2.7/dist-packages/gnuradio”
/usr/bin/install -c -m 644 ucla.py
‘/usr/local/lib/python2.7/dist-packages/gnuradio’
Byte-compiling python modules…
ucla.py
Byte-compiling python modules (optimized versions) …
ucla.py
test -z “/usr/local/include/gnuradio/swig
-I/usr/local/include/gruel/swig” || /bin/mkdir -p
“/usr/local/include/gnuradio/swig -I/usr/local/include/gruel/swig”
/usr/bin/install -c -m 644 ucla.i ‘/usr/local/include/gnuradio/swig
-I/usr/local/include/gruel/swig’
make[4]: Leaving directory /home/wlab/gr-ieee802-15-4/src/lib' make[3]: Leaving directory/home/wlab/gr-ieee802-15-4/src/lib’
make[2]: Leaving directory /home/wlab/gr-ieee802-15-4/src/lib' Making install in python make[2]: Entering directory/home/wlab/gr-ieee802-15-4/src/python’
make[3]: Entering directory /home/wlab/gr-ieee802-15-4/src/python' make[3]: Nothing to be done forinstall-exec-am’.
test -z “/usr/local/lib/python2.7/dist-packages/gnuradio/ucla_blks” ||
/bin/mkdir -p
“/usr/local/lib/python2.7/dist-packages/gnuradio/ucla_blks”
/usr/bin/install -c -m 644 init.py cc1k.py cc1k_sos_pkt.py
ieee802_15_4.py ieee802_15_4_pkt.py crc16.py crc8.py
‘/usr/local/lib/python2.7/dist-packages/gnuradio/ucla_blks’
/bin/bash: line 15: --destdir: command not found
make[3]: *** [install-uclapythonPYTHON] Error 127
make[3]: Leaving directory /home/wlab/gr-ieee802-15-4/src/python' make[2]: *** [install-am] Error 2 make[2]: Leaving directory/home/wlab/gr-ieee802-15-4/src/python’
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/wlab/gr-ieee802-15-4/src’
make: *** [install-recursive] Error 1

I am running Ubuntu 12.04 and GNU Radio Companion 3.6.1. Can anyone
help on clearing the errors highlighted in red?

Respectfully,
H.E. Baidoo-Williams