--- rpl/tools/Makefile.am 2010/08/15 14:46:35 1.23 +++ rpl/tools/Makefile.am 2010/12/21 13:58:16 1.26 @@ -32,13 +32,9 @@ 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 - $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \ - $(top_builddir)/tools/@FILE@/src/*.o \ - $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \ - cut -d= -f2) $(LDFLAGS) clean distclean: @list='$(subdirs)'; for subdir in $$list; do \