summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/build_utils.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-10-31 16:28:53 -0400
committerTom Rondeau <trondeau@vt.edu>2012-10-31 16:28:53 -0400
commitac9430cd39bf12395952ca49b1966ec428fdadf3 (patch)
treec0458aace8a79df8a0595b837c709d5b982ce33f /gnuradio-core/src/python/build_utils.py
parentfa4f1c2fcec8536c9d71607a0a710878cb6010ff (diff)
parent21beb2a5dc1e589873b49836190c3caf354c86f7 (diff)
Merge branch 'analog'
Diffstat (limited to 'gnuradio-core/src/python/build_utils.py')
-rw-r--r--gnuradio-core/src/python/build_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/python/build_utils.py b/gnuradio-core/src/python/build_utils.py
index cbf991aa56..cf58a97637 100644
--- a/gnuradio-core/src/python/build_utils.py
+++ b/gnuradio-core/src/python/build_utils.py
@@ -212,7 +212,7 @@ def standard_impl_dict2 (name, code3, package):
d = {}
d['NAME'] = name
d['IMPL_NAME'] = name
- d['BASE_NAME'] = name.rstrip("_impl")
+ d['BASE_NAME'] = name.rstrip("impl").rstrip("_")
d['GUARD_NAME'] = 'INCLUDED_%s_%s_H' % (package.upper(), name.upper())
d['WARNING'] = 'WARNING: this file is machine generated. Edits will be overwritten'
d['COPYRIGHT'] = copyright