[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / xlint / lint1

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/xlint/lint1/Makefile between version 1.23 and 1.24

version 1.23, 2002/01/18 21:01:39 version 1.24, 2002/01/31 22:44:00
Line 6  PROG=  lint1
Line 6  PROG=  lint1
 SRCS=           cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \  SRCS=           cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
                 init.c emit.c emit1.c inittyp.c                  init.c emit.c emit1.c inittyp.c
 MAN=            lint.7  MAN=            lint.7
 LDADD+=         -ll  
 DPADD+=         ${LIBL}  
 YHEADER=  YHEADER=
   
 CPPFLAGS+=      -I${.CURDIR} -I.  CPPFLAGS+=      -I${.CURDIR} -I.
Line 41  ${MAN}:  makeman ${LINT1:C/^\.\///} Make
Line 39  ${MAN}:  makeman ${LINT1:C/^\.\///} Make
         sh ${.ALLSRC:M*makeman} ${LINT1} -m >${.TARGET}          sh ${.ALLSRC:M*makeman} ${LINT1} -m >${.TARGET}
   
 .ifndef HOSTPROG  .ifndef HOSTPROG
   LDADD+=         -ll
   DPADD+=         ${LIBL}
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>
 .endif  .endif

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

CVSweb <webmaster@jp.NetBSD.org>