--- rpl/tools/Makefile.am 2010/09/13 11:59:11 1.24 +++ rpl/tools/Makefile.am 2010/12/10 16:08:28 1.25 @@ -32,7 +32,7 @@ all: if [ @OS@ = "OS2" ]; then \ (cd @OPENSSL@ && touch tests_success); \ else \ - (cd @OPENSSL@ && $(MAKE) test && touch tests_success); \ + (cd @OPENSSL@ && $(MAKE) -j1 test && touch tests_success); \ fi; \ fi