Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 commit test



details:   https://anonhg.NetBSD.org/src/rev/300ef0d7b71e
branches:  trunk
changeset: 786781:300ef0d7b71e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 10 15:41:44 2013 +0000

description:
commit test

diffstat:

 usr.bin/xlint/lint1/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r d17f6fadbab1 -r 300ef0d7b71e usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Fri May 10 15:40:21 2013 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Fri May 10 15:41:44 2013 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.49 2013/05/10 15:40:21 christos Exp $
+#      $NetBSD: Makefile,v 1.50 2013/05/10 15:41:44 christos Exp $
 
 .include <bsd.own.mk>
 
 PROG=          lint1
-SRCS=          cgram.y decl.c emit.c emit1.c err.c func.c init.c \
-               inittyp.c main1.c mem.c mem1.c print.c scan.l tree.c tyname.c
+SRCS=          cgram.y decl.c emit.c emit1.c err.c func.c init.c inittyp.c \
+               main1.c mem.c mem1.c print.c scan.l tree.c tyname.c
 
 MAN=           lint.7
 YHEADER=



Home | Main Index | Thread Index | Old Index