Diff for /libaitwww/src/Makefile.in between versions 1.3.6.1 and 1.5

version 1.3.6.1, 2014/01/21 16:13:14 version 1.5, 2016/09/14 15:12:22
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.3.6.1  
changed lines
  Added in v.1.5


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