Diff for /rpl/tools/Makefile.am between versions 1.113 and 1.114

version 1.113, 2014/06/24 08:26:37 version 1.114, 2014/06/24 08:38:25
Line 57  subdirs = @NCURSES@ @READLINE@ @UNITS@ @ Line 57  subdirs = @NCURSES@ @READLINE@ @UNITS@ @
         @ZLIB@          @ZLIB@
   
 all:  all:
     touch openmotif.lib && rm openmotif.lib;      test -f openmotif.lib && rm -f openmotif.lib;
     if [ x"@BUILD_OPENMOTIF@" = x ]; then \      if [ x"@BUILD_OPENMOTIF@" = x ]; then \
         touch openmotif.lib; \          touch openmotif.lib; \
     else \      else \

Removed from v.1.113  
changed lines
  Added in v.1.114


CVSweb interface <joel.bertrand@systella.fr>