Diff for /elwix/tools/uboot_mkimage/Makefile between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2013/05/14 21:50:55 version 1.1.1.2, 2013/05/15 15:29:02
Line 10  CFLAGS+= -D__MACH__=__FreeBSD__ Line 10  CFLAGS+= -D__MACH__=__FreeBSD__
 CFLAGS+=        -I${CDIR}/tools -I${CDIR}/include -DUSE_HOSTCC  CFLAGS+=        -I${CDIR}/tools -I${CDIR}/include -DUSE_HOSTCC
 NO_MAN=  NO_MAN=
   
DESTDIR=/usr/binDESTDIR?=/usr/bin
   
 SRCS=                   \  SRCS=                   \
         mkimage.c       \          mkimage.c       \
Line 30  SRCS=   \ Line 30  SRCS=   \
         fdt_wip.c          fdt_wip.c
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


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