Diff for /libaitrpc/src/Makefile.in between versions 1.4.8.3 and 1.6

version 1.4.8.3, 2015/07/02 22:20:48 version 1.6, 2016/08/08 13:21:13
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 56  clean: Line 57  clean:
         @rm -f *.o *~ .depend          @rm -f *.o *~ .depend
   
 install:  install:
   
   installs:
   
 .c.o:  .c.o:
         ${CC} -c ${CFLAGS} $<          ${CC} -c ${CFLAGS} $<

Removed from v.1.4.8.3  
changed lines
  Added in v.1.6


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