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}
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to