From bf89a84441f33f17f29ce238d9920f87a4d3b540 Mon Sep 17 00:00:00 2001 From: eb Date: Sat, 10 Nov 2007 01:03:04 +0000 Subject: 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 --- usrp/host/lib/inband/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp/host/lib/inband/Makefile.am') 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) \ -- cgit