diff options
author | eb | 2006-12-18 01:48:25 +0000 |
---|---|---|
committer | eb | 2006-12-18 01:48:25 +0000 |
commit | 88c16d7192ccf1caf14c2417959ab675b1f6a79e (patch) | |
tree | 9407e691a35992bfbf1f7092f321598a1d1a6e1a /gr-error-correcting-codes | |
parent | 45221bd3e8ad6be56cb0ba471aa6a1d06e9efc0b (diff) | |
download | gnuradio-88c16d7192ccf1caf14c2417959ab675b1f6a79e.tar.gz gnuradio-88c16d7192ccf1caf14c2417959ab675b1f6a79e.tar.bz2 gnuradio-88c16d7192ccf1caf14c2417959ab675b1f6a79e.zip |
Don't remove Makefile.in during clean
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4121 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-error-correcting-codes')
-rw-r--r-- | gr-error-correcting-codes/src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-error-correcting-codes/src/Makefile.am b/gr-error-correcting-codes/src/Makefile.am index a962638f8..ce1b3a3b2 100644 --- a/gr-error-correcting-codes/src/Makefile.am +++ b/gr-error-correcting-codes/src/Makefile.am @@ -23,4 +23,3 @@ SUBDIRS = lib python MOSTLYCLEANFILES = *~ -CONFIG_CLEAN_FILES = *.in |