--- rpl/tools/Makefile.am 2010/07/28 10:31:29 1.17 +++ rpl/tools/Makefile.am 2010/07/31 10:34:25 1.18 @@ -29,9 +29,7 @@ all: clean distclean: @list='$(subdirs)'; for subdir in $$list; do \ echo "Cleaning $$subdir"; \ - if [ $$subdir = @OPENSSL@ ]; then \ - $(MAKE) -C $$subdir -j1 $@; \ - else \ + if [ ! $$subdir = @OPENSSL@ ]; then \ $(MAKE) -C $$subdir $@; \ fi; \ done;