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