diff options
author | Rob Savoye | 2010-11-21 18:57:21 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-21 18:57:21 -0700 |
commit | 93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6 (patch) | |
tree | 66c4705bed93031511f752388829ec2f76705d47 | |
parent | 192acf4d1399f6e72c228f0448ab3c7cec15b36b (diff) | |
download | gnuradio-93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6.tar.gz gnuradio-93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6.tar.bz2 gnuradio-93d6052ef927dc3d0d48e2c4cc622ceee5a31cb6.zip |
don't set no_dist_dirs here
-rw-r--r-- | Makefile.common | 1 |
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; \ |