Source-Changes-HG archive

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

[src/netbsd-1-4]: src/lib/libc/net pullup 1.41->1.42 (mycroft) -- thought I'd...



details:   https://anonhg.NetBSD.org/src/rev/6b567599a524
branches:  netbsd-1-4
changeset: 468553:6b567599a524
user:      perry <perry%NetBSD.org@localhost>
date:      Thu Apr 29 19:39:55 1999 +0000

description:
pullup 1.41->1.42 (mycroft) -- thought I'd done this days ago

diffstat:

 lib/libc/net/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r d10ee7738b1d -r 6b567599a524 lib/libc/net/Makefile.inc
--- a/lib/libc/net/Makefile.inc Thu Apr 29 18:56:29 1999 +0000
+++ b/lib/libc/net/Makefile.inc Thu Apr 29 19:39:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.41 1999/02/24 15:05:21 drochner Exp $
+#      $NetBSD: Makefile.inc,v 1.41.2.1 1999/04/29 19:39:55 perry Exp $
 #      @(#)Makefile.inc        8.2 (Berkeley) 9/5/93
 
 # net sources
@@ -22,8 +22,8 @@
 
 CLEANFILES+=nsparser.c nslexer.c nsparser.h
 
-nslexer.c: nsparser.h
-
+nslexer.c: nslexer.l nsparser.h
+       ${LEX.l} -o/dev/stdout ${.IMPSRC} | sed -e '/YY_BUF_SIZE/s/16384/1024/' >${.TARGET}
 
 # machine-dependent net sources
 # m-d Makefile.inc must include sources for:



Home | Main Index | Thread Index | Old Index