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 cvs test
details: https://anonhg.NetBSD.org/src/rev/d17f6fadbab1
branches: trunk
changeset: 786780:d17f6fadbab1
user: christos <christos%NetBSD.org@localhost>
date: Fri May 10 15:40:21 2013 +0000
description:
cvs test
diffstat:
usr.bin/xlint/lint1/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 63574de2ea51 -r d17f6fadbab1 usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile Fri May 10 15:31:22 2013 +0000
+++ b/usr.bin/xlint/lint1/Makefile Fri May 10 15:40:21 2013 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.48 2013/05/10 15:31:22 christos Exp $
+# $NetBSD: Makefile,v 1.49 2013/05/10 15:40:21 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