summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye2010-11-23 17:53:37 -0700
committerRob Savoye2010-11-23 17:53:37 -0700
commit39bb12a5af445d0d12abd2e234aa0962ee49e46b (patch)
treed08ffa232b711d4d98d0ac5442b5aaeac9f50614
parent609aa205e5eabb7c47acc7141c7bcd66e9656fc6 (diff)
downloadgnuradio-39bb12a5af445d0d12abd2e234aa0962ee49e46b.tar.gz
gnuradio-39bb12a5af445d0d12abd2e234aa0962ee49e46b.tar.bz2
gnuradio-39bb12a5af445d0d12abd2e234aa0962ee49e46b.zip
remove commented out block in dist-hook target
-rw-r--r--Makefile.common8
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;
-