diff options
-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; \ |