diff options
author | eb | 2007-01-30 00:34:14 +0000 |
---|---|---|
committer | eb | 2007-01-30 00:34:14 +0000 |
commit | b8a177591928973eb863cc3690fb381306830bbd (patch) | |
tree | e82b1f005b29fab72481d932308e34d309070cb6 /usrp/host/lib | |
parent | 8585c5018d79b7d87f8e0bd664a235fba22da093 (diff) | |
download | gnuradio-b8a177591928973eb863cc3690fb381306830bbd.tar.gz gnuradio-b8a177591928973eb863cc3690fb381306830bbd.tar.bz2 gnuradio-b8a177591928973eb863cc3690fb381306830bbd.zip |
Fix for ticket:133, merged from eb/bsd 4322:4324.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4326 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/host/lib')
-rw-r--r-- | usrp/host/lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/Makefile.am b/usrp/host/lib/Makefile.am index be4b4e7fa..83f2984e7 100644 --- a/usrp/host/lib/Makefile.am +++ b/usrp/host/lib/Makefile.am @@ -146,7 +146,7 @@ noinst_PYTHON = \ dump_data.py usrp_dbid.py usrp_dbid.h usrp_dbid.cc: gen_usrp_dbid.py usrp_dbid.dat - PYTHONPATH=$(top_srcdir)/usrp/src srcdir=$(srcdir) $(srcdir)/gen_usrp_dbid.py $(srcdir)/usrp_dbid.dat + PYTHONPATH=$(top_srcdir)/usrp/src srcdir=$(srcdir) $(PYTHON) $(srcdir)/gen_usrp_dbid.py $(srcdir)/usrp_dbid.dat MOSTLYCLEANFILES = \ $(BUILT_SOURCES) *~ *.pyc |