Diff for /rpl/tools/Makefile.am between versions 1.48 and 1.50

version 1.48, 2011/09/17 07:33:17 version 1.50, 2011/10/03 15:57:53
Line 41  all: Line 41  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); \
Line 49  all: Line 49  all:
     fi      fi
     touch openmotif.lib && rm openmotif.lib;      touch openmotif.lib && rm openmotif.lib;
     if [ x@BUILD_OPENMOTIF@ = x ]; then \      if [ x@BUILD_OPENMOTIF@ = x ]; then \
         echo LD_MOTIF_ > openmotif.lib; \          touch openmotif.lib; \
         echo LD_MOTIF_ >> openmotif.lib; \  
     else \      else \
         echo -n LD_MOTIF_ > openmotif.lib; \          echo -n LD_MOTIF_ > openmotif.lib; \
         grep "^LIBS=" @OPENMOTIF@/config.log | tr -d "'" >> openmotif.lib; \          grep "^LIBS=" @OPENMOTIF@/config.log | tr -d "'" >> openmotif.lib; \

Removed from v.1.48  
changed lines
  Added in v.1.50


CVSweb interface <joel.bertrand@systella.fr>