Diff for /embedtools/src/Makefile.in between versions 1.4.2.11 and 1.4.2.12

version 1.4.2.11, 2014/01/28 08:08:33 version 1.4.2.12, 2014/01/28 08:57:43
Line 84  XMLER_SRCS = xmler.c Line 84  XMLER_SRCS = xmler.c
 XMLER_OBJS = xmler.o compile.o  XMLER_OBJS = xmler.o compile.o
 XMLER_PROG = xmler  XMLER_PROG = xmler
   
UBE_SRCS = ube.cUBE_SRCS = ube.c ub_env.c
UBE_OBJS = ube.o compile.oUBE_OBJS = ube.o compile.o ub_env.o
 UBE_PROG = ube  UBE_PROG = ube
   
 WDOG_SRCS = wdog.c  WDOG_SRCS = wdog.c

Removed from v.1.4.2.11  
changed lines
  Added in v.1.4.2.12


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