Diff for /rpl/tools/Attic/Makefile.in between versions 1.64 and 1.65

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

Removed from v.1.64  
changed lines
  Added in v.1.65


CVSweb interface <joel.bertrand@systella.fr>