Diff for /libaitcfg/src/Makefile.in between versions 1.5 and 1.7

version 1.5, 2014/01/29 23:48:34 version 1.7, 2016/05/18 15:18:10
Line 14  libdir = @libdir@ Line 14  libdir = @libdir@
 LIBS = @LIBS@  LIBS = @LIBS@
   
 CC = @CC@  CC = @CC@
   RANLIB = @RANLIB@
 MKDEP = @MKDEP@  MKDEP = @MKDEP@
   
 INC = ../inc  INC = ../inc
Line 49  ${LIBA}: ${OBJS} Line 50  ${LIBA}: ${OBJS}
         ${RANLIB} ${LIB}/$@          ${RANLIB} ${LIB}/$@
   
 ${LIBSO}: ${OBJS}  ${LIBSO}: ${OBJS}
        ${CC} ${LDFLAGS} -shared -o ${LIB}/$@ -nostartfiles -Wl,-x,-soname,$@ ${OBJS} ${LDADD}        ${CC} ${LDFLAGS} -shared -o ${LIB}/$@ -Wl,-x,-soname,$@ ${OBJS} ${LDADD}

Removed from v.1.5  
changed lines
  Added in v.1.7


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