diff options
author | Rob Savoye | 2010-11-23 17:53:37 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-23 17:53:37 -0700 |
commit | 39bb12a5af445d0d12abd2e234aa0962ee49e46b (patch) | |
tree | d08ffa232b711d4d98d0ac5442b5aaeac9f50614 | |
parent | 609aa205e5eabb7c47acc7141c7bcd66e9656fc6 (diff) | |
download | gnuradio-39bb12a5af445d0d12abd2e234aa0962ee49e46b.tar.gz gnuradio-39bb12a5af445d0d12abd2e234aa0962ee49e46b.tar.bz2 gnuradio-39bb12a5af445d0d12abd2e234aa0962ee49e46b.zip |
remove commented out block in dist-hook target
-rw-r--r-- | Makefile.common | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.common b/Makefile.common index 3ebfb9d5c..dd95141e1 100644 --- a/Makefile.common +++ b/Makefile.common @@ -154,11 +154,3 @@ dist-hook: echo $(RM) $(distdir)/$$file; \ $(RM) $(distdir)/$$file; \ done -# @for dir in $(no_dist_dirs); do \ -# if test ! -e $(distdir)/$$dir/std_complex.i; then \ -# echo $(RM) -fr $(distdir)/$$dir; \ -# $(RM) -fr $(distdir)/$$dir; \ -# echo "FIXME1: $(distdir)/$$dir"; \ -# fi; \ -# done; - |