--- rpl/tools/Makefile.am 2010/09/13 11:59:11 1.24 +++ rpl/tools/Makefile.am 2010/12/21 13:58:16 1.26 @@ -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