Diff for /rpl/src/Attic/Makefile.in between versions 1.76 and 1.77

version 1.76, 2011/09/17 18:42:14 version 1.77, 2011/09/18 18:06:01
Line 6123  librpl: install-libLIBRARIES Line 6123  librpl: install-libLIBRARIES
             done; \              done; \
             echo Archive created; \              echo Archive created; \
             ar s librpl.a; \              ar s librpl.a; \
             if [ @OS@ != OS2 ]; then \              if [ @OS@ != OS2 -a @OS@ != Darwin ]; then \
                 echo Stripping librpl.a && strip -d librpl.a; \                  echo Stripping librpl.a && strip -d librpl.a; \
             fi;); \              fi;); \
     $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a      $(INSTALL_DATA) $(top_builddir)/librpl/librpl.a $(DESTDIR)$(libdir)/librpl.a

Removed from v.1.76  
changed lines
  Added in v.1.77


CVSweb interface <joel.bertrand@systella.fr>