--- rpl/tools/Attic/Makefile.in 2011/09/26 15:57:36 1.64 +++ rpl/tools/Attic/Makefile.in 2011/10/03 15:57:53 1.65 @@ -147,6 +147,7 @@ PROFILAGE = @PROFILAGE@ RANLIB = @RANLIB@ READLINE = @READLINE@ RPLCAS = @RPLCAS@ +RPLTOOLS = @RPLTOOLS@ RUNPATH = @RUNPATH@ SED = @SED@ SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@ @@ -443,7 +444,7 @@ all: fi; \ done; if [ ! -f @OPENSSL@/tests_success ]; then \ - if [ @OS@ = "OS2" ]; then \ + if [ @OS@ = "OS2" -o @RPLTOOLS@ != '\$(top_builddir)' ]; then \ (cd @OPENSSL@ && touch tests_success); \ else \ (cd @OPENSSL@ && $(MAKE) -j1 test && touch tests_success); \