Diff for /libaitsync/lib/Makefile.in between versions 1.1 and 1.2

version 1.1, 2010/03/24 16:00:15 version 1.2, 2012/07/22 22:09:47
Line 17  LIBSO = libaitsync.so Line 17  LIBSO = libaitsync.so
 LIBA = libaitsync.a  LIBA = libaitsync.a
   
 all:  all:
           @ln -sf ${LIBSO} ${LIBSO}.${VERS}
   
 depend:  depend:
   
 clean:  clean:
        @rm -f ${LIBSO} ${LIBA} *~        @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~
   
 install:  install:
         ${INSTALL} ${LIBA} ${libdir}          ${INSTALL} ${LIBA} ${libdir}

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>