svn commit: r237402 - head/lib/libc/net

David E. O'Brien obrien at FreeBSD.org
Thu Jun 21 15:47:06 UTC 2012


Author: obrien
Date: Thu Jun 21 15:47:06 2012
New Revision: 237402
URL: http://svn.freebsd.org/changeset/base/237402

Log:
  Be explicit about the dependency on nsparser.h.

Modified:
  head/lib/libc/net/Makefile.inc

Modified: head/lib/libc/net/Makefile.inc
==============================================================================
--- head/lib/libc/net/Makefile.inc	Thu Jun 21 15:14:51 2012	(r237401)
+++ head/lib/libc/net/Makefile.inc	Thu Jun 21 15:47:06 2012	(r237402)
@@ -36,7 +36,7 @@ LFLAGS+=-P_nsyy
 
 CLEANFILES+=nslexer.c
 
-nslexer.c: nslexer.l
+nslexer.c: nslexer.l nsparser.h
 	${LEX} ${LFLAGS} -o/dev/stdout ${.IMPSRC} | \
 		sed -e '/YY_BUF_SIZE/s/16384/1024/' >${.TARGET}
 


More information about the svn-src-head mailing list