Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/llib More .mk file fallout. *sigh*



details:   https://anonhg.NetBSD.org/src/rev/19f3585f0dd5
branches:  trunk
changeset: 481132:19f3585f0dd5
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jan 23 20:59:11 2000 +0000

description:
More .mk file fallout.  *sigh*

diffstat:

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

diffs (16 lines):

diff -r e61a9dd02a2f -r 19f3585f0dd5 usr.bin/xlint/llib/Makefile
--- a/usr.bin/xlint/llib/Makefile       Sun Jan 23 20:57:27 2000 +0000
+++ b/usr.bin/xlint/llib/Makefile       Sun Jan 23 20:59:11 2000 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 1997/05/15 10:08:47 veego Exp $
+#      $NetBSD: Makefile,v 1.6 2000/01/23 20:59:11 mycroft Exp $
 
 LIBS=  llib-lposix.ln llib-lstdc.ln
 FILES= ${LIBS}
 FILESDIR= ${LINTLIBDIR}
 
-all:   ${LIBS}
+realall:       ${LIBS}
 
 CLEANFILES+= ${LIBS}
 



Home | Main Index | Thread Index | Old Index