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 sort



details:   https://anonhg.NetBSD.org/src/rev/63574de2ea51
branches:  trunk
changeset: 786779:63574de2ea51
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 10 15:31:22 2013 +0000

description:
sort

diffstat:

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

diffs (18 lines):

diff -r 3cb71f5e4d5e -r 63574de2ea51 usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Fri May 10 15:22:37 2013 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Fri May 10 15:31:22 2013 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.47 2011/12/25 01:05:44 christos Exp $
+#      $NetBSD: Makefile,v 1.48 2013/05/10 15:31:22 christos Exp $
 
 .include <bsd.own.mk>
 
 PROG=          lint1
-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 tyname.c print.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=
 #DBG=-g



Home | Main Index | Thread Index | Old Index