Diff for /libaitio/src/Makefile.in between versions 1.19 and 1.21

version 1.19, 2014/02/08 22:06:16 version 1.21, 2016/08/18 09:06:31
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.19  
changed lines
  Added in v.1.21


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