summaryrefslogtreecommitdiff
path: root/usrp
diff options
context:
space:
mode:
authoreb2007-11-10 01:03:04 +0000
committereb2007-11-10 01:03:04 +0000
commitbf89a84441f33f17f29ce238d9920f87a4d3b540 (patch)
treeb0e7e61df1d018b7132719bdaedba6012873fbe2 /usrp
parent83200c22baaf6d2619035966bf8da1d662d8a9de (diff)
downloadgnuradio-bf89a84441f33f17f29ce238d9920f87a4d3b540.tar.gz
gnuradio-bf89a84441f33f17f29ce238d9920f87a4d3b540.tar.bz2
gnuradio-bf89a84441f33f17f29ce238d9920f87a4d3b540.zip
Merged -r6847:6850 from eb/trial-merge into trunk. This changeset
contains the modifications required to cross-compile GNU Radio for the Cell processor. For directions, see CrossCompilingForCell git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6852 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp')
-rw-r--r--usrp/host/lib/inband/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/inband/Makefile.am b/usrp/host/lib/inband/Makefile.am
index d0daf45c3..fab64b830 100644
--- a/usrp/host/lib/inband/Makefile.am
+++ b/usrp/host/lib/inband/Makefile.am
@@ -48,7 +48,7 @@ usrp_server_mbh.cc : usrp_server.mbh
$(COMPILE_MBH) $(srcdir)/usrp_server.mbh usrp_server_mbh.cc
usrp_interface_mbh.cc : usrp_interface.mbh
- $(COMPILE_MBH) usrp_interface.mbh usrp_interface_mbh.cc
+ $(COMPILE_MBH) $(srcdir)/usrp_interface.mbh usrp_interface_mbh.cc
libusrp_inband_la_SOURCES = \
$(BUILT_SOURCES) \