mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 21:33:04 +00:00
yacc rule change.
This commit is contained in:
parent
96b2fceaff
commit
dd2ff46a12
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16019
@ -1,5 +1,5 @@
|
||||
# Makefile for libpcap
|
||||
# $Id: Makefile,v 1.4 1995/08/06 12:37:41 bde Exp $
|
||||
# $Id: Makefile,v 1.5 1996/05/07 23:19:02 wosch Exp $
|
||||
|
||||
LIB= pcap
|
||||
|
||||
@ -9,7 +9,7 @@ SRCS= \
|
||||
bpf_filter.c bpf_image.c \
|
||||
grammar.y scanner.l
|
||||
|
||||
CLEANFILES+= lex.yy.c tokdefs.h grammar.c scanner.c
|
||||
CLEANFILES+= scanner.c tokdefs.h grammar.c scanner.c
|
||||
# CFLAGS+=-Wall -I. -I${.CURDIR} -DFDDI -Dyylval=pcap_lval
|
||||
CFLAGS+=-DFDDI -I. -I${.CURDIR}
|
||||
MAN3= pcap.3
|
||||
@ -25,7 +25,7 @@ beforeinstall:
|
||||
scanner.o: tokdefs.h
|
||||
|
||||
tokdefs.h: grammar.c
|
||||
mv -f y.tab.h tokdefs.h
|
||||
mv -f grammar.tab.h tokdefs.h
|
||||
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user