Diff for /rpl/src/Makefile.am between versions 1.112 and 1.113

version 1.112, 2017/08/21 12:17:20 version 1.113, 2017/10/11 16:15:55
Line 517  always: $(top_builddir)/src/rpl-conv.c Line 517  always: $(top_builddir)/src/rpl-conv.c
   
 all-local: always  all-local: always
   
 install-exec-local: librpl s-rpl  install-exec-local: s-librpl s-rpl
   
 s-rpl: install-binPROGRAMS  s-rpl: install-binPROGRAMS
     @if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \      @if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \
Line 527  s-rpl: install-binPROGRAMS Line 527  s-rpl: install-binPROGRAMS
         fi; \          fi; \
     fi      fi
   
 librpl: install-libLIBRARIES  s-librpl: install-libLIBRARIES librpl
       $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a
   
   librpl:
     @echo "  BUILD  $@"      @echo "  BUILD  $@"
     @if [ -d $(top_builddir)/librpl ]; then \      @if [ -d $(top_builddir)/librpl ]; then \
         rm -rf $(top_builddir)/librpl; \          rm -rf $(top_builddir)/librpl; \
Line 582  librpl: install-libLIBRARIES Line 585  librpl: install-libLIBRARIES
             if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \              if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \
                 echo "  STRIP  librpl.a" && strip -d librpl.a; \                  echo "  STRIP  librpl.a" && strip -d librpl.a; \
             fi;);              fi;);
     $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a  

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


CVSweb interface <joel.bertrand@systella.fr>