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 Fix problem building lint.7.



details:   https://anonhg.NetBSD.org/src/rev/034d88f94d8e
branches:  trunk
changeset: 495172:034d88f94d8e
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jul 23 22:17:14 2000 +0000

description:
Fix problem building lint.7.

diffstat:

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

diffs (18 lines):

diff -r ab33e7001bf5 -r 034d88f94d8e usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Sun Jul 23 21:36:56 2000 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Sun Jul 23 22:17:14 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2000/07/06 01:21:46 christos Exp $
+#      $NetBSD: Makefile,v 1.11 2000/07/23 22:17:14 mycroft Exp $
 
 PROG=  lint1
 SRCS=  cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
@@ -17,7 +17,7 @@
 lint.7:        ${PROG}
        sh ${.CURDIR}/makeman ${.OBJDIR}/${PROG} -m > ${.TARGET}
 
-all: lint.7
+realall: lint.7
 
 CLEANFILES+=${MAN}
 



Home | Main Index | Thread Index | Old Index