summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Savoye2010-11-21 18:57:21 -0700
committerRob Savoye2010-11-21 18:57:21 -0700
commit93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6 (patch)
tree66c4705bed93031511f752388829ec2f76705d47
parent192acf4d1399f6e72c228f0448ab3c7cec15b36b (diff)
downloadgnuradio-93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6.tar.gz
gnuradio-93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6.tar.bz2
gnuradio-93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6.zip
don't set no_dist_dirs here
-rw-r--r--Makefile.common1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index a09b9fbdb..7ea573ebb 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -153,7 +153,6 @@ endif
$(RM) python/$*.Std
# Don't distribute the files defined in the variable 'no_dist_files'
-no_dist_dirs = python gnuradio guile
dist-hook:
@for dir in $(no_dist_dirs); do \
echo $(RM) -fr $(distdir)/$$dir; \