mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a34a18a770
Use byacc instead of bison.
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
--- Makefile.in.orig Thu Jan 20 18:41:25 2000
|
|
+++ Makefile.in Thu Jan 20 18:42:01 2000
|
|
@@ -179,7 +179,7 @@
|
|
# easily.
|
|
#
|
|
filt_parser.c: filt_parser.y filter.h
|
|
- bison -vd -p filtyy filt_parser.y -o filt_parser.c
|
|
+ byacc -vd -p filtyy -o filt_parser.c filt_parser.y
|
|
cp filt_parser.c flex_bison
|
|
cp filt_parser.h flex_bison
|
|
filt_scanner.c: filt_scanner.l filter.h filt_parser.h
|