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

version 1.1, 2010/04/16 13:20:29 version 1.2, 2012/07/22 22:37:08
Line 17  LIBSO = libaitcli.so Line 17  LIBSO = libaitcli.so
 LIBA = libaitcli.a  LIBA = libaitcli.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>