diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2000-01-21 20:45:08 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2000-01-21 20:45:08 +0000 |
commit | a34a18a7706d325b3765d0b9782ec07ae1af9db1 (patch) | |
tree | 2d5fbdc69cb8836a57ab77d3562e5e852e031602 /net/tcptrace/files/patch-aa | |
parent | Depend on Bison. (diff) |
Upgrade to 5.2.1.
Use byacc instead of bison.
Diffstat (limited to '')
-rw-r--r-- | net/tcptrace/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/tcptrace/files/patch-aa b/net/tcptrace/files/patch-aa new file mode 100644 index 000000000000..a308c6d804b6 --- /dev/null +++ b/net/tcptrace/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 |