diff options
author | Tom Rondeau | 2010-12-10 01:48:17 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-12-10 01:48:17 -0500 |
commit | 8375fd6ca2f6e5edb923abe0d6341b6d4d2d1aae (patch) | |
tree | 5026eceb71f9859d413da9bb3d2ed3e93a177d5c /volk/lib | |
parent | 61d7638304db3c999bd43808fce0e531996dba87 (diff) | |
download | gnuradio-8375fd6ca2f6e5edb923abe0d6341b6d4d2d1aae.tar.gz gnuradio-8375fd6ca2f6e5edb923abe0d6341b6d4d2d1aae.tar.bz2 gnuradio-8375fd6ca2f6e5edb923abe0d6341b6d4d2d1aae.zip |
volk: Fixing build system to handle making volk_mktables, volk_tables.h, and volk_config.h instead of a standalone shell script.
Diffstat (limited to 'volk/lib')
-rw-r--r-- | volk/lib/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/volk/lib/Makefile.am b/volk/lib/Makefile.am index a95860d11..814d438fd 100644 --- a/volk/lib/Makefile.am +++ b/volk/lib/Makefile.am @@ -353,7 +353,6 @@ distclean-local: rm -f volk_cpu_x86.c rm -f volk_init.c rm -f volk_init.h - rm -f volk_mktables rm -f volk_mktables.c rm -f volk_proccpu_sim.c rm -f volk_runtime.c |