diff options
author | Tom Rondeau | 2010-10-17 15:51:06 -0400 |
---|---|---|
committer | Tom Rondeau | 2010-10-17 15:58:13 -0400 |
commit | 9810ae784492ca23cce40cdd0cc3ca83eb5f5aef (patch) | |
tree | 5c1f7a0e93bfce56e8e3d2708fddfa49b7be58dc /gnuradio-core | |
parent | 740d8974427d25f1bd4e4e045fc6f0a101cea9eb (diff) | |
download | gnuradio-9810ae784492ca23cce40cdd0cc3ca83eb5f5aef.tar.gz gnuradio-9810ae784492ca23cce40cdd0cc3ca83eb5f5aef.tar.bz2 gnuradio-9810ae784492ca23cce40cdd0cc3ca83eb5f5aef.zip |
Removing nonexistent gri .i file from Makefile. Got a bit carried away with the copy/paste.
Diffstat (limited to 'gnuradio-core')
-rw-r--r-- | gnuradio-core/src/lib/filter/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/filter/Makefile.am b/gnuradio-core/src/lib/filter/Makefile.am index cfd653581..6d2ec1c7e 100644 --- a/gnuradio-core/src/lib/filter/Makefile.am +++ b/gnuradio-core/src/lib/filter/Makefile.am @@ -63,8 +63,7 @@ code_generator = \ gr_freq_xlating_fir_filter_XXX.h.t \ gr_freq_xlating_fir_filter_XXX.i.t \ gri_fir_filter_with_buffer_XXX.cc.t \ - gri_fir_filter_with_buffer_XXX.h.t \ - gri_fir_filter_with_buffer_XXX.i.t + gri_fir_filter_with_buffer_XXX.h.t # Source built by Python into $(builddir) |